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
* 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 _