summaryrefslogtreecommitdiff
path: root/meta/template
diff options
context:
space:
mode:
Diffstat (limited to 'meta/template')
-rw-r--r--meta/template/string.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/template/string.lua b/meta/template/string.lua
index 389fbd95..e8016f76 100644
--- a/meta/template/string.lua
+++ b/meta/template/string.lua
@@ -33,7 +33,7 @@ function string.dump(f, strip) end
---@param plain? boolean
---@return integer start
---@return integer end
----@return string|integer ... captured
+---@return any ... captured
---@nodiscard
function string.find(s, pattern, init, plain) end