mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-11 03:17:49 +00:00
Simplify baseInRange and baseRange description. [ci skip]
This commit is contained in:
@@ -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
|
* @private
|
||||||
* @param {number} number The number to check.
|
* @param {number} number The number to check.
|
||||||
@@ -3211,8 +3211,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The base implementation of `_.range` and `_.rangeRight` without support
|
* The base implementation of `_.range` and `_.rangeRight` which doesn't
|
||||||
* for non-number arguments.
|
* coerce arguments to numbers.
|
||||||
*
|
*
|
||||||
* @private
|
* @private
|
||||||
* @param {number} start The start of the range.
|
* @param {number} start The start of the range.
|
||||||
|
|||||||
Reference in New Issue
Block a user