mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-06-05 16:14:11 +00:00
remove extra ,
This commit is contained in:
parent
3ace49d27f
commit
b3f2f14e96
@ -92,7 +92,7 @@ end
|
|||||||
|
|
||||||
--- Expect a number to be within a specific range.
|
--- Expect a number to be within a specific range.
|
||||||
--
|
--
|
||||||
-- @tparam number num, The value to check.
|
-- @tparam number num The value to check.
|
||||||
-- @tparam number min The minimum value, if nil then `-math.huge` is used.
|
-- @tparam number min The minimum value, if nil then `-math.huge` is used.
|
||||||
-- @tparam number max The maximum value, if nil then `math.huge` is used.
|
-- @tparam number max The maximum value, if nil then `math.huge` is used.
|
||||||
-- @return The given `value`.
|
-- @return The given `value`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user