From 816f81260a5900976632dab094ac32869148faee Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sat, 20 Dec 2014 16:59:23 -0600 Subject: [PATCH] Tweak `_.matches` docs. [ci skip] --- lodash.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 _