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

Commit d7aa3ec

Browse files
committed
docs: Fix simple typo, numer -> number
There is a small typo in test/vendor/mocha.js. Should read `number` rather than `numer`.
1 parent 7e655a8 commit d7aa3ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/vendor/mocha.js

+1-1
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)