diff --git a/lodash.js b/lodash.js index a986c6c5d..c4d428ea9 100644 --- a/lodash.js +++ b/lodash.js @@ -11498,7 +11498,8 @@ /** * The opposite of `_.mapValues`; this method creates an object with the * same values as `object` and keys generated by running each own enumerable - * property of `object` through `iteratee`. + * property of `object` through `iteratee`. The iteratee is invoked with + * three arguments: (value, key, object). * * @static * @memberOf _