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 3284c59 commit 61ed8ddCopy full SHA for 61ed8dd
crates/emmylua_code_analysis/resources/std/string.lua
@@ -144,7 +144,7 @@ function string.format(fmt, ...) end
144
--- an anchor, as this would prevent the iteration.
145
---@param s string
146
---@param pattern string
147
----@return fun():string, table
+---@return fun():string?...
148
function string.gmatch(s, pattern) end
149
150
---
0 commit comments