diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-06-23 16:56:13 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-06-23 16:56:13 +0800 |
commit | 5d46db21e707be3b23655ef7fc1dfc41c36464a2 (patch) | |
tree | 3fa78dac7b5c9c78341e70db937367a3d3a694f0 /meta | |
parent | ca632b4bbc66eea45e9cd90dccd6b7f895cac018 (diff) | |
download | lua-language-server-5d46db21e707be3b23655ef7fc1dfc41c36464a2.zip |
update
Diffstat (limited to 'meta')
-rw-r--r-- | meta/template/math.lua | 2 |
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 |