Replace "that" with "which" in pickByArray and pickByCallback docs. [ci skip]

This commit is contained in:
jdalton
2015-04-22 23:10:17 -07:00
parent ae346f564f
commit 231c8a468e

View File

@@ -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`.
*
* @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.
*
* @private