We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 990b471 commit 21c8431Copy full SHA for 21c8431
meta/template/string.lua
@@ -46,14 +46,14 @@ function string.format(s, ...) end
46
47
---#DES 'string.gmatch'
48
---#if VERSION <= 5.3 then
49
----@param s string
50
----@param pattern string
+---@param s string|number
+---@param pattern string|number
51
---@return fun():string, ...
52
---@nodiscard
53
function string.gmatch(s, pattern) end
54
---#else
55
56
57
---@param init? integer
58
59
function string.gmatch(s, pattern, init) end
0 commit comments