From 39b5f8728fdd215217d2749c20a2668ecbb5f080 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 16 Mar 2015 16:55:12 -0400 Subject: Code cleanup based on the output of luacheck, a Lua linter. --- core/lfs_ext.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/lfs_ext.lua') diff --git a/core/lfs_ext.lua b/core/lfs_ext.lua index 8b96b861..b3dda4f7 100644 --- a/core/lfs_ext.lua +++ b/core/lfs_ext.lua @@ -41,7 +41,7 @@ local function exclude(file, filter) end --- --- Iterates over all files and sub-directories (up to level number *n*) in +-- Iterates over all files and sub-directories (up to *n* levels deep) in -- directory *dir*, calling function *f* with each file found. -- Files passed to *f* do not match any pattern in string or table *filter*, -- and, unless *exclude_FILTER* is `true`, `lfs.FILTER` as well. A filter table -- cgit v1.2.3