summaryrefslogtreecommitdiff
path: root/meta/template/utf8.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2020-11-18 17:19:42 +0800
committer最萌小汐 <sumneko@hotmail.com>2020-11-18 17:19:42 +0800
commit9fee07ae4d04b37bacf55fc4e2be9c80d1a6f58e (patch)
treedd9af6da434e210c4931742aad2088fbe48aba95 /meta/template/utf8.lua
parentab27e9a9d62b00a779712fbb7bddd9f2910707a2 (diff)
downloadlua-language-server-9fee07ae4d04b37bacf55fc4e2be9c80d1a6f58e.zip
doc.return 也把 ? 写在前面
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 fe2db493..687a6b46 100644
--- a/meta/template/utf8.lua
+++ b/meta/template/utf8.lua
@@ -27,7 +27,7 @@ function utf8.codepoint(s, i, j, lax) end
---@param j? integer
---@param lax? boolean
---@return integer?
----@return integer errpos?
+---@return integer? errpos
function utf8.len(s, i, j, lax) end
---@param s string