fs: fix isfile documentation
This commit is contained in:
parent
2799d481d5
commit
5071aed152
1 changed files with 1 additions and 1 deletions
2
lfs.c
2
lfs.c
|
@ -345,7 +345,7 @@ fs_isdirectory(lua_State *L)
|
|||
/***
|
||||
* Returns true if the given path specifies a file.
|
||||
* Will return false if either the given path
|
||||
* does not specify a directory or the path
|
||||
* does not specify a file or the path
|
||||
* does not exist at all.
|
||||
*
|
||||
* On error returns nil, an error message and a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue