diff options
Diffstat (limited to 'meta/template/string.lua')
-rw-r--r-- | meta/template/string.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/template/string.lua b/meta/template/string.lua index e8016f76..c68e1117 100644 --- a/meta/template/string.lua +++ b/meta/template/string.lua @@ -20,7 +20,7 @@ function string.byte(s, i, j) end function string.char(byte, ...) end ---#DES 'string.dump' ----@param f async fun() +---@param f async fun(...):... ---@param strip? boolean ---@return string ---@nodiscard |