Skip to content
This repository was archived by the owner on May 25, 2023. It is now read-only.

Commit 93467ef

Browse files
authored
Merge pull request #3678 from timgates42/bugfix_typo_number
docs: Fix simple typo, numer -> number
2 parents 7e655a8 + d7aa3ec commit 93467ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/vendor/mocha.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8144,7 +8144,7 @@ exports.isPromise = function isPromise(value) {
81448144
* Clamps a numeric value to an inclusive range.
81458145
*
81468146
* @param {number} value - Value to be clamped.
8147-
* @param {numer[]} range - Two element array specifying [min, max] range.
8147+
* @param {number[]} range - Two element array specifying [min, max] range.
81488148
* @returns {number} clamped value
81498149
*/
81508150
exports.clamp = function clamp(value, range) {

0 commit comments

Comments
 (0)