From 5c51b1c4d1b0abd04e1f09893147d31439e1b83b Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Fri, 8 Jan 2016 20:16:50 -0800 Subject: [PATCH] Simplify `baseInRange` and `baseRange` description. [ci skip] --- lodash.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lodash.js b/lodash.js index aa8d9d3c5..267e02a8f 100644 --- a/lodash.js +++ b/lodash.js @@ -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.