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:
Dan Heberden
2012-10-09 16:53:56 -04:00
parent fd790566b2
commit aaaac93bd0

View File

@@ -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 _