8000 Simplify `baseInRange` and `baseRange` description. [ci skip] · lodash/lodash@5c51b1c · GitHub
[go: up one dir, main page]

Skip to content

Commit 5c51b1c

Browse files
committed
Simplify baseInRange and baseRange description. [ci skip]
1 parent 5a13fe2 commit 5c51b1c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lodash.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2598,7 +2598,7 @@
25982598
}
25992599

26002600
/**
2601-
* The base implementation of `_.inRange` without support for non-number arguments.
2601+
* The base implementation of `_.inRange` which doesn't coerce arguments to numbers.
26022602
*
26032603
* @private
26042604
* @param {number} number The number to check.
@@ -3211,8 +3211,8 @@
32113211
}
32123212

32133213
/**
3214-
* The base implementation of `_.range` and `_.rangeRight` without support
3215-
* for non-number arguments.
3214+
* The base implementation of `_.range` and `_.rangeRight` which doesn't
3215+
* coerce arguments to numbers.
32163216
*
32173217
* @private
32183218
* @param {number} start The start of the range.

0 commit comments

Comments
 (0)
0