Update _.pickBy docs to include value as an iteratee param. [ci skip]

This commit is contained in:
Trevor Hudson
2016-02-01 11:09:36 -05:00
committed by John-David Dalton
parent 6c82ea8fc3
commit 5522e4641d

View File

@@ -11410,7 +11410,7 @@
/**
* Creates an object composed of the `object` properties `predicate` returns
* truthy for. The predicate is invoked with one argument: (value).
* truthy for. The predicate is invoked with two arguments: (value, key).
*
* @static
* @memberOf _