diff options
author | sumneko <sumneko@hotmail.com> | 2021-12-02 22:16:18 +0800 |
---|---|---|
committer | sumneko <sumneko@hotmail.com> | 2021-12-02 22:16:18 +0800 |
commit | c47baf932309a05673b7931fdf6a1be207fb7bc4 (patch) | |
tree | 2869d38a1472045ee9075083d14ca31ae6b35dd1 /meta/template/math.lua | |
parent | b6da7274e8fa773183146982f8864247bb33a214 (diff) | |
parent | cb2042160865589b5534a6bf0b6c366ae4ab1d99 (diff) | |
download | lua-language-server-c47baf932309a05673b7931fdf6a1be207fb7bc4.zip |
Merge remote-tracking branch 'origin/master' into multi-workspace
Diffstat (limited to 'meta/template/math.lua')
-rw-r--r-- | meta/template/math.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/template/math.lua b/meta/template/math.lua index 09c75cc6..f987eb0b 100644 --- a/meta/template/math.lua +++ b/meta/template/math.lua @@ -184,12 +184,10 @@ function math.random(m, n) end ---#DES 'math.randomseed>5.4' ---@param x? integer ---@param y? integer ----@nodiscard function math.randomseed(x, y) end ---#else ---#DES 'math.randomseed<5.3' ---@param x integer ----@nodiscard function math.randomseed(x) end ---#end |