summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/mapValuesSeries.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mapValuesSeries.js b/lib/mapValuesSeries.js
index 10c74ea..c1530c2 100644
--- a/lib/mapValuesSeries.js
+++ b/lib/mapValuesSeries.js
@@ -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);