mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 01:47:48 +00:00
fix tiny baby super small almost didn't need to worry about fixing typo from isSorted to fromIndex for indexOf method
Former-commit-id: 6f2a7b3e11c4830ec47c174f24badca3ef2e6530
This commit is contained in:
@@ -2621,7 +2621,7 @@
|
|||||||
/**
|
/**
|
||||||
* Gets the index at which the first occurrence of `value` is found using
|
* Gets the index at which the first occurrence of `value` is found using
|
||||||
* strict equality for comparisons, i.e. `===`. If the `array` is already
|
* strict equality for comparisons, i.e. `===`. If the `array` is already
|
||||||
* sorted, passing `true` for `isSorted` will run a faster binary search.
|
* sorted, passing `true` for `fromIndex` will run a faster binary search.
|
||||||
*
|
*
|
||||||
* @static
|
* @static
|
||||||
* @memberOf _
|
* @memberOf _
|
||||||
|
|||||||
Reference in New Issue
Block a user