Fix type in _.some doc example. [closes #969] [ci skip]

This commit is contained in:
Austin Pray
2015-02-15 13:30:22 -06:00
committed by jdalton
parent 8294acdf1c
commit 540afb193b

View File

@@ -6562,7 +6562,7 @@
* ];
*
* // using the `_.matches` callback shorthand
* _.some(users, { user': 'barney', 'active': false });
* _.some(users, { 'user': 'barney', 'active': false });
* // => false
*
* // using the `_.matchesProperty` callback shorthand