diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-11-29 14:31:15 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-11-29 14:31:15 +0800 |
commit | e4cc5406ee784e09d269abcc55488328a6c7e776 (patch) | |
tree | 9277cc5b6b26b65ca642baaab502b94fa30c205a /meta/template/math.lua | |
parent | dacaffef589c98fa8dd5fb7514cb025cc64051f4 (diff) | |
download | lua-language-server-e4cc5406ee784e09d269abcc55488328a6c7e776.zip |
fix #829
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 |