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 0673afa8..e61c3688 100644 --- a/meta/template/string.lua +++ b/meta/template/string.lua @@ -22,7 +22,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 |