mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-01-06 07:20:30 +00:00
Merge pull request #842 from Lupus590-CC/fix-extra-,-in-expect
remove extra ,
This commit is contained in:
commit
46c9840d00
@ -92,7 +92,7 @@ end
|
||||
|
||||
--- 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 max The maximum value, if nil then `math.huge` is used.
|
||||
-- @return The given `value`.
|
||||
|
Loading…
Reference in New Issue
Block a user