mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-12 11:57:49 +00:00
Fix type in _.some doc example. [closes #969] [ci skip]
This commit is contained in:
@@ -6562,7 +6562,7 @@
|
|||||||
* ];
|
* ];
|
||||||
*
|
*
|
||||||
* // using the `_.matches` callback shorthand
|
* // using the `_.matches` callback shorthand
|
||||||
* _.some(users, { user': 'barney', 'active': false });
|
* _.some(users, { 'user': 'barney', 'active': false });
|
||||||
* // => false
|
* // => false
|
||||||
*
|
*
|
||||||
* // using the `_.matchesProperty` callback shorthand
|
* // using the `_.matchesProperty` callback shorthand
|
||||||
|
|||||||
Reference in New Issue
Block a user