Added space to force a line break
This commit is contained in:
parent
39d50c87ae
commit
7137a45f07
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ test a file to see what it is
|
||||||
local df = require "lib/dtutils.file"
|
local df = require "lib/dtutils.file"
|
||||||
local result = df.test_file(path, test)
|
local result = df.test_file(path, test)
|
||||||
```
|
```
|
||||||
**path** - _string_ - path and filename
|
**path** - _string_ - path and filename
|
||||||
**test** - _char_ - one of d, e, f, x where
|
**test** - _char_ - one of d, e, f, x where
|
||||||
* d - directory
|
* d - directory
|
||||||
* e - exists
|
* e - exists
|
||||||
|
|
Loading…
Reference in a new issue