Simplify baseInRange and baseRange description. [ci skip]

This commit is contained in:
John-David Dalton
2016-01-08 20:16:50 -08:00
parent 5a13fe28c9
commit 5c51b1c4d1

View File

@@ -2598,7 +2598,7 @@
}
/**
* The base implementation of `_.inRange` without support for non-number arguments.
* The base implementation of `_.inRange` which doesn't coerce arguments to numbers.
*
* @private
* @param {number} number The number to check.
@@ -3211,8 +3211,8 @@
}
/**
* The base implementation of `_.range` and `_.rangeRight` without support
* for non-number arguments.
* The base implementation of `_.range` and `_.rangeRight` which doesn't
* coerce arguments to numbers.
*
* @private
* @param {number} start The start of the range.