remove extra ,

This commit is contained in:
Lupus590 2021-06-23 15:14:01 +01:00 committed by GitHub
parent 3ace49d27f
commit b3f2f14e96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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`.