summaryrefslogtreecommitdiff
path: root/lib/mapValuesLimit.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mapValuesLimit.js')
-rw-r--r--lib/mapValuesLimit.js7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/mapValuesLimit.js b/lib/mapValuesLimit.js
index 762b871..bced034 100644
--- a/lib/mapValuesLimit.js
+++ b/lib/mapValuesLimit.js
@@ -1,13 +1,14 @@
import eachOfLimit from './eachOfLimit';
/**
- * The same as `mapValues` but runs a maximum of `limit` async operations at a
+ * The same as [`mapValues`]{@link module:Collections.mapValues} but runs a maximum of `limit` async operations at a
* time.
*
* @name mapValuesLimit
* @static
- * @memberOf async
- * @see async.mapValues
+ * @memberOf module:Collections
+ * @method
+ * @see [async.mapValues]{@link module:Collections.mapValues}
* @category Collection
* @param {Object} obj - A collection to iterate over.
* @param {number} limit - The maximum number of async operations at a time.