aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/lfs_ext.lua
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2013-09-06 23:42:13 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2013-09-06 23:42:13 -0400
commit9bff1b29293b50e506936e93c14d7a65e8b0ea29 (patch)
tree0347f3706b6f2fc6233272f75b3f2341e24071a6 /core/lfs_ext.lua
parentc1f943631f518390869220966cfd10dfa4278165 (diff)
Updated LuaDoc.
Diffstat (limited to 'core/lfs_ext.lua')
-rw-r--r--core/lfs_ext.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/lfs_ext.lua b/core/lfs_ext.lua
index d79800a4..36dfeffc 100644
--- a/core/lfs_ext.lua
+++ b/core/lfs_ext.lua
@@ -6,7 +6,7 @@
module('lfs')]]
---
--- Filter table containing common binary file extensions and version control
+-- The filter table containing common binary file extensions and version control
-- folders to exclude when iterating over files and directories using
-- `dir_foreach` when its `exclude_FILTER` argument is `false`.
-- @see dir_foreach