summaryrefslogtreecommitdiff
path: root/meta/template/utf8.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-11-08 20:20:35 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-11-08 20:20:35 +0800
commit3c265f1bd4409c5713e88127e8fdca23870ea3c1 (patch)
tree7b3aa702c2a322f827aba9be9e64ba142059dc59 /meta/template/utf8.lua
parent9585ac191f61d72dd198edec139b955276a53072 (diff)
downloadlua-language-server-3c265f1bd4409c5713e88127e8fdca23870ea3c1.zip
change to `@param ...`
Diffstat (limited to 'meta/template/utf8.lua')
-rw-r--r--meta/template/utf8.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/template/utf8.lua b/meta/template/utf8.lua
index d3ff940e..bd474710 100644
--- a/meta/template/utf8.lua
+++ b/meta/template/utf8.lua
@@ -10,7 +10,7 @@ utf8 = {}
---#DES 'utf8.char'
---@param code integer
----@vararg integer
+---@param ... integer
---@return string
---@nodiscard
function utf8.char(code, ...) end