fs: fix isfile documentation

This commit is contained in:
Jeremy Baxter 2024-03-24 14:45:56 +13:00
parent 2799d481d5
commit 5071aed152

2
lfs.c
View file

@ -345,7 +345,7 @@ fs_isdirectory(lua_State *L)
/*** /***
* Returns true if the given path specifies a file. * Returns true if the given path specifies a file.
* Will return false if either the given path * 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. * does not exist at all.
* *
* On error returns nil, an error message and a * On error returns nil, an error message and a