Merge pull request #842 from Lupus590-CC/fix-extra-,-in-expect

remove extra ,
This commit is contained in:
Jonathan Coates 2021-06-23 15:22:08 +01:00 committed by GitHub
commit 46c9840d00
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`.