diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-06-29 16:47:17 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-06-29 16:47:17 +0800 |
commit | 1149fe63ddb1a3b6c9fac722e5dc3ab3ec61d74f (patch) | |
tree | d506a8a3e223ea5658ec618c464147730a05d853 /meta/template | |
parent | 349237eb93facad91ca7389c56de9bb30f60066b (diff) | |
download | lua-language-server-1149fe63ddb1a3b6c9fac722e5dc3ab3ec61d74f.zip |
fix doc of `math.cos`
Diffstat (limited to 'meta/template')
-rw-r--r-- | meta/template/math.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/template/math.lua b/meta/template/math.lua index fed233b1..218a15ac 100644 --- a/meta/template/math.lua +++ b/meta/template/math.lua @@ -63,6 +63,7 @@ function math.ceil(x) end ---#DES 'math.cos' ---@param x number +---@return number ---@nodiscard function math.cos(x) end |