mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-02 16:17:50 +00:00
Merge pull request #87 from danheberden/typo_fix
Fix typo in `_.indexOf` docs. Former-commit-id: 25305344f272cb875a612e37a93ae252a53e1b4b
This commit is contained in:
@@ -2621,7 +2621,7 @@
|
||||
/**
|
||||
* Gets the index at which the first occurrence of `value` is found using
|
||||
* 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
|
||||
* @memberOf _
|
||||
|
||||
Reference in New Issue
Block a user