From 231c8a468eb5a6bfc17e89d59b4ef4dd3a176e7a Mon Sep 17 00:00:00 2001 From: jdalton Date: Wed, 22 Apr 2015 23:10:17 -0700 Subject: [PATCH] Replace "that" with "which" in `pickByArray` and `pickByCallback` docs. [ci skip] --- lodash.src.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lodash.src.js b/lodash.src.js index f56d6e81e..cdb8ec34f 100644 --- a/lodash.src.js +++ b/lodash.src.js @@ -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