aboutsummaryrefslogtreecommitdiff
path: root/modules/lua
diff options
context:
space:
mode:
Diffstat (limited to 'modules/lua')
-rw-r--r--modules/lua/lua.luadoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/lua/lua.luadoc b/modules/lua/lua.luadoc
index d43950b1..bee093be 100644
--- a/modules/lua/lua.luadoc
+++ b/modules/lua/lua.luadoc
@@ -640,7 +640,7 @@ function math.fmod(x, y) end
-- absolute value of `m` is in the range *[0.5, 1)* (or zero when `x` is zero).
function math.frexp(x) end
--- * `math.HUGE_VAL`: The value `HUGE_VAL`, a value larger than or equal to any
+-- * `math.huge`: The value `HUGE_VAL`, a value larger than or equal to any
-- other numerical value.
---