summaryrefslogtreecommitdiff
path: root/meta
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-06-23 16:56:13 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-06-23 16:56:13 +0800
commit5d46db21e707be3b23655ef7fc1dfc41c36464a2 (patch)
tree3fa78dac7b5c9c78341e70db937367a3d3a694f0 /meta
parentca632b4bbc66eea45e9cd90dccd6b7f895cac018 (diff)
downloadlua-language-server-5d46db21e707be3b23655ef7fc1dfc41c36464a2.zip
update
Diffstat (limited to 'meta')
-rw-r--r--meta/template/math.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/template/math.lua b/meta/template/math.lua
index c126aef7..fed233b1 100644
--- a/meta/template/math.lua
+++ b/meta/template/math.lua
@@ -227,7 +227,7 @@ function math.tanh(x) end
---@version >5.3
---#DES 'math.tointeger'
----@param x number|string
+---@param x any
---@return integer?
---@nodiscard
function math.tointeger(x) end