diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-11-18 17:19:42 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-11-18 17:19:42 +0800 |
commit | 9fee07ae4d04b37bacf55fc4e2be9c80d1a6f58e (patch) | |
tree | dd9af6da434e210c4931742aad2088fbe48aba95 /meta/template/utf8.lua | |
parent | ab27e9a9d62b00a779712fbb7bddd9f2910707a2 (diff) | |
download | lua-language-server-9fee07ae4d04b37bacf55fc4e2be9c80d1a6f58e.zip |
doc.return 也把 ? 写在前面
Diffstat (limited to 'meta/template/utf8.lua')
-rw-r--r-- | meta/template/utf8.lua | 2 |
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 |