diff --git a/lodash.src.js b/lodash.src.js index d964c8336..a32c147ca 100644 --- a/lodash.src.js +++ b/lodash.src.js @@ -4596,7 +4596,7 @@ * * // using the `_.matchesProperty` callback shorthand * _.findLastIndex(users, 'active', false); - * // => 1 + * // => 2 * * // using the `_.property` callback shorthand * _.findLastIndex(users, 'active');