diff options
Diffstat (limited to 'meta/template/string.lua')
-rw-r--r-- | meta/template/string.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/template/string.lua b/meta/template/string.lua index e23b0803..14e01a7b 100644 --- a/meta/template/string.lua +++ b/meta/template/string.lua @@ -73,7 +73,6 @@ function string.gmatch(s, pattern, init) end ---@param n? integer ---@return string ---@return integer count ----@nodiscard function string.gsub(s, pattern, repl, n) end ---#DES 'string.len' |