summaryrefslogtreecommitdiff
path: root/meta/template/utf8.lua
diff options
context:
space:
mode:
Diffstat (limited to 'meta/template/utf8.lua')
-rw-r--r--meta/template/utf8.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/template/utf8.lua b/meta/template/utf8.lua
index a00a3238..1797a5e8 100644
--- a/meta/template/utf8.lua
+++ b/meta/template/utf8.lua
@@ -33,7 +33,7 @@ function utf8.codes(s, lax) end
---@param i? integer
---@param j? integer
---@return integer code
----@return ...
+---@return integer ...
---@nodiscard
function utf8.codepoint(s, i, j) end
---#else
@@ -42,7 +42,7 @@ function utf8.codepoint(s, i, j) end
---@param j? integer
---@param lax? boolean
---@return integer code
----@return ...
+---@return integer ...
---@nodiscard
function utf8.codepoint(s, i, j, lax) end
---#end