Skip to content

Commit

Permalink
Verbiage: same as previous commit: use "value" instead of "result" fo…
Browse files Browse the repository at this point in the history
…r clarity
  • Loading branch information
mikermcneil authored and hargasinski committed Nov 1, 2016
1 parent 123f22f commit cf37264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mapValues.js
Expand Up @@ -27,7 +27,7 @@ import doLimit from './internal/doLimit';
* transformed value. Invoked with (value, key, callback).
* @param {Function} [callback] - A callback which is called when all `iteratee`
* functions have finished, or an error occurs. `result` is a new object consisting
* of each key from `obj`, with each transformed result on the right-hand side.
* of each key from `obj`, with each transformed value on the right-hand side.
* Invoked with (err, result).
* @example
*
Expand Down

0 comments on commit cf37264

Please sign in to comment.