From 5071aed152f3eb7c3f74b391ed16dc4981d99cbe Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Sun, 24 Mar 2024 14:45:56 +1300 Subject: [PATCH] fs: fix isfile documentation --- lfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs.c b/lfs.c index 2685c92..9c1d3b3 100644 --- a/lfs.c +++ b/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