Skip to content

Commit 61ed8dd

Browse files
committed
update string.gmatch
1 parent 3284c59 commit 61ed8dd

File tree

1 file changed

+1
-1
lines changed
  • crates/emmylua_code_analysis/resources/std

1 file changed

+1
-1
lines changed

crates/emmylua_code_analysis/resources/std/string.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ function string.format(fmt, ...) end
144144
--- an anchor, as this would prevent the iteration.
145145
---@param s string
146146
---@param pattern string
147-
---@return fun():string, table
147+
---@return fun():string?...
148148
function string.gmatch(s, pattern) end
149149

150150
---

0 commit comments

Comments
 (0)