mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-12 20:07:49 +00:00
Fix doc example in _.findLastIndex. [ci skip]
This commit is contained in:
@@ -4596,7 +4596,7 @@
|
|||||||
*
|
*
|
||||||
* // using the `_.matchesProperty` callback shorthand
|
* // using the `_.matchesProperty` callback shorthand
|
||||||
* _.findLastIndex(users, 'active', false);
|
* _.findLastIndex(users, 'active', false);
|
||||||
* // => 1
|
* // => 2
|
||||||
*
|
*
|
||||||
* // using the `_.property` callback shorthand
|
* // using the `_.property` callback shorthand
|
||||||
* _.findLastIndex(users, 'active');
|
* _.findLastIndex(users, 'active');
|
||||||
|
|||||||
Reference in New Issue
Block a user