diff options
Diffstat (limited to 'meta/template')
-rw-r--r-- | meta/template/math.lua | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/template/math.lua b/meta/template/math.lua index 07917a2b..37e1d5c7 100644 --- a/meta/template/math.lua +++ b/meta/template/math.lua @@ -15,8 +15,9 @@ math = {} ---#DES 'math.abs' ----@param x number ----@return number +---@generic Number: number +---@param x Number +---@return Number ---@nodiscard function math.abs(x) end |