From d792c28a2dfd519b24b867971e302dd96dd6cee8 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Thu, 8 Sep 2011 16:51:39 -0400 Subject: Fixed error in Lua apidoc for math.huge; modules/lua/lua.luadoc --- modules/lua/lua.luadoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/lua') 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. --- -- cgit v1.2.3