Skip to content

Commit 0f96c63

Browse files
committed
string.find returns any for now
1 parent 3b44640 commit 0f96c63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meta/template/string.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function string.dump(f, strip) end
3333
---@param plain? boolean
3434
---@return integer start
3535
---@return integer end
36-
---@return string|integer ... captured
36+
---@return any ... captured
3737
---@nodiscard
3838
function string.find(s, pattern, init, plain) end
3939

0 commit comments

Comments
 (0)