diff options
Diffstat (limited to 'meta/template/math.lua')
-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 f987eb0b..d9837424 100644 --- a/meta/template/math.lua +++ b/meta/template/math.lua @@ -87,7 +87,7 @@ function math.exp(x) end ---#DES 'math.floor' ---@param x number ----@return number +---@return integer ---@nodiscard function math.floor(x) end |