We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e655a8 + d7aa3ec commit 93467efCopy full SHA for 93467ef
test/vendor/mocha.js
@@ -8144,7 +8144,7 @@ exports.isPromise = function isPromise(value) {
8144
* Clamps a numeric value to an inclusive range.
8145
*
8146
* @param {number} value - Value to be clamped.
8147
- * @param {numer[]} range - Two element array specifying [min, max] range.
+ * @param {number[]} range - Two element array specifying [min, max] range.
8148
* @returns {number} clamped value
8149
*/
8150
exports.clamp = function clamp(value, range) {
0 commit comments