@@ -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
The note is not visible to the blocked user.