Skip to content

Commit

Permalink
verbiage: use "value" instead of "result" to avoid confusion and be m…
Browse files Browse the repository at this point in the history
  • Loading branch information
mikermcneil authored and hargasinski committed Nov 1, 2016
1 parent 7137e59 commit 123f22f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mapValuesSeries.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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).
*/
export default doLimit(mapValuesLimit, 1);

0 comments on commit 123f22f

Please sign in to comment.