diff --git a/lib/mapValues.js b/lib/mapValues.js index c3daa5637..afc43f482 100644 --- a/lib/mapValues.js +++ b/lib/mapValues.js @@ -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 *