Tweak _.matches docs. [ci skip]

This commit is contained in:
John-David Dalton
2014-12-20 16:59:23 -06:00
parent a9583f4440
commit 816f81260a

View File

@@ -9975,8 +9975,8 @@
/** /**
* Creates a "_.where" style predicate function which performs a deep comparison * Creates a "_.where" style predicate function which performs a deep comparison
* between a given object and the `source` object, returning `true` if the given * between a given object and `source`, returning `true` if the given object
* object has equivalent property values, else `false`. * has equivalent property values, else `false`.
* *
* @static * @static
* @memberOf _ * @memberOf _