summaryrefslogtreecommitdiff
path: root/meta/template
diff options
context:
space:
mode:
authorC3pa <41503714+C3pa@users.noreply.github.com>2023-03-20 12:01:28 +0100
committerC3pa <41503714+C3pa@users.noreply.github.com>2023-03-20 12:01:28 +0100
commit990b471005d490e9de2156cbe17b27685a2023d3 (patch)
tree76b26c8466efd6a018476a1fd4bf49e7594e2126 /meta/template
parent56ff9fe3b0a4a7bf8a153c7664e07f09488a1b32 (diff)
downloadlua-language-server-990b471005d490e9de2156cbe17b27685a2023d3.zip
Change `string.format`'s argument to string|number
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 6b70ba84..b85673f3 100644
--- a/meta/template/string.lua
+++ b/meta/template/string.lua
@@ -38,7 +38,7 @@ function string.dump(f, strip) end
function string.find(s, pattern, init, plain) end
---#DES 'string.format'
----@param s any
+---@param s string|number
---@param ... any
---@return string
---@nodiscard