From aaaac93bd04c12ec3c3cf2f16cbe169f5f6ce059 Mon Sep 17 00:00:00 2001 From: Dan Heberden Date: Tue, 9 Oct 2012 16:53:56 -0400 Subject: [PATCH] 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 --- lodash.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lodash.js b/lodash.js index 3a6edb81a..75d010e0a 100644 --- a/lodash.js +++ b/lodash.js @@ -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 _