summaryrefslogtreecommitdiff
path: root/meta/template
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-06-29 16:47:17 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-06-29 16:47:17 +0800
commit1149fe63ddb1a3b6c9fac722e5dc3ab3ec61d74f (patch)
treed506a8a3e223ea5658ec618c464147730a05d853 /meta/template
parent349237eb93facad91ca7389c56de9bb30f60066b (diff)
downloadlua-language-server-1149fe63ddb1a3b6c9fac722e5dc3ab3ec61d74f.zip
fix doc of `math.cos`
Diffstat (limited to 'meta/template')
-rw-r--r--meta/template/math.lua1
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