summaryrefslogtreecommitdiff
path: root/lib/eachSeries.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/eachSeries.js')
-rw-r--r--lib/eachSeries.js7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/eachSeries.js b/lib/eachSeries.js
index 3d8af62..1b8e589 100644
--- a/lib/eachSeries.js
+++ b/lib/eachSeries.js
@@ -2,12 +2,13 @@ import eachLimit from './eachLimit';
import doLimit from './internal/doLimit';
/**
- * The same as `each` but runs only a single async operation at a time.
+ * The same as [`each`]{@link module:Collections.each} but runs only a single async operation at a time.
*
* @name eachSeries
* @static
- * @memberOf async
- * @see async.each
+ * @memberOf module:Collections
+ * @method
+ * @see [async.each]{@link module:Collections.each}
* @alias forEachSeries
* @category Collection
* @param {Array|Object} coll - A collection to iterate over.