mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-11 11:27:50 +00:00
Tweak _.matches docs. [ci skip]
This commit is contained in:
@@ -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 _
|
||||||
|
|||||||
Reference in New Issue
Block a user