diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-06-22 16:29:18 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-06-22 16:29:18 +0800 |
commit | 09512074acae34fccc60f31a8c84d022e03ddf23 (patch) | |
tree | d431ad47d4688b6b879686a1c4926235ac3afa01 /meta/template/string.lua | |
parent | e5d692cb0845e5de7988904017440bd4db551bb7 (diff) | |
download | lua-language-server-09512074acae34fccc60f31a8c84d022e03ddf23.zip |
update
Diffstat (limited to 'meta/template/string.lua')
-rw-r--r-- | meta/template/string.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/template/string.lua b/meta/template/string.lua index 8f0790d6..f74f7546 100644 --- a/meta/template/string.lua +++ b/meta/template/string.lua @@ -40,8 +40,8 @@ function string.dump(f, strip) end function string.find(s, pattern, init, plain) end ---#DES 'string.format' ----@param s string ----@param ... string +---@param s any +---@param ... any ---@return string ---@nodiscard function string.format(s, ...) end |