diff options
Diffstat (limited to 'core/lfs_ext.lua')
-rw-r--r-- | core/lfs_ext.lua | 2 |
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 |