summaryrefslogtreecommitdiff
path: root/meta/template
diff options
context:
space:
mode:
Diffstat (limited to 'meta/template')
-rw-r--r--meta/template/string.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/template/string.lua b/meta/template/string.lua
index a115648e..a27086ff 100644
--- a/meta/template/string.lua
+++ b/meta/template/string.lua
@@ -88,6 +88,7 @@ function string.lower(s) end
---@param pattern string
---@param init? integer
---@return string | number captured
+---@return ... captured
---@nodiscard
function string.match(s, pattern, init) end