8000
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.
baseInRange
baseRange
1 parent 5a13fe2 commit 5c51b1cCopy full SHA for 5c51b1c
lodash.js
@@ -2598,7 +2598,7 @@
2598
}
2599
2600
/**
2601
- * The base implementation of `_.inRange` without support for non-number arguments.
+ * The base implementation of `_.inRange` which doesn't coerce arguments to numbers.
2602
*
2603
* @private
2604
* @param {number} number The number to check.
@@ -3211,8 +3211,8 @@
3211
3212
3213
3214
- * The base implementation of `_.range` and `_.rangeRight` without support
3215
- * for non-number arguments.
+ * The base implementation of `_.range` and `_.rangeRight` which doesn't
+ * coerce arguments to numbers.
3216
3217
3218
* @param {number} start The start of the range.
0 commit comments