mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 17:47:49 +00:00
Replace "that" with "which" in pickByArray and pickByCallback docs. [ci skip]
This commit is contained in:
@@ -4479,7 +4479,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A specialized version of `_.pick` that picks `object` properties specified
|
* A specialized version of `_.pick` which picks `object` properties specified
|
||||||
* by `props`.
|
* by `props`.
|
||||||
*
|
*
|
||||||
* @private
|
* @private
|
||||||
@@ -4504,7 +4504,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A specialized version of `_.pick` that picks `object` properties `predicate`
|
* A specialized version of `_.pick` which picks `object` properties `predicate`
|
||||||
* returns truthy for.
|
* returns truthy for.
|
||||||
*
|
*
|
||||||
* @private
|
* @private
|
||||||
|
|||||||
Reference in New Issue
Block a user