diff --git a/lodash.js b/lodash.js index 412490972..ced1c9483 100644 --- a/lodash.js +++ b/lodash.js @@ -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 _