diff --git a/lodash.js b/lodash.js index b12b83efb..2bb85c19b 100644 --- a/lodash.js +++ b/lodash.js @@ -9975,8 +9975,8 @@ /** * Creates a "_.where" style predicate function which performs a deep comparison - * between a given object and the `source` object, returning `true` if the given - * object has equivalent property values, else `false`. + * between a given object and `source`, returning `true` if the given object + * has equivalent property values, else `false`. * * @static * @memberOf _