Fix doc example in _.findLastIndex. [ci skip]

This commit is contained in:
h7lin
2015-02-27 18:04:14 +08:00
committed by jdalton
parent 73c4829255
commit 584da3c39b

View File

@@ -4596,7 +4596,7 @@
*
* // using the `_.matchesProperty` callback shorthand
* _.findLastIndex(users, 'active', false);
* // => 1
* // => 2
*
* // using the `_.property` callback shorthand
* _.findLastIndex(users, 'active');