diff --git a/lodash.js b/lodash.js index 40ab9b793..7fb5e4c0e 100644 --- a/lodash.js +++ b/lodash.js @@ -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