summaryrefslogtreecommitdiff
path: root/lib/applyEachSeries.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/applyEachSeries.js')
-rw-r--r--lib/applyEachSeries.js7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/applyEachSeries.js b/lib/applyEachSeries.js
index 0a01891..f0919cb 100644
--- a/lib/applyEachSeries.js
+++ b/lib/applyEachSeries.js
@@ -2,12 +2,13 @@ import applyEach from './internal/applyEach';
import mapSeries from './mapSeries';
/**
- * The same as `applyEach` but runs only a single async operation at a time.
+ * The same as [`applyEach`]{@link module:ControlFlow.applyEach} but runs only a single async operation at a time.
*
* @name applyEachSeries
* @static
- * @memberOf async
- * @see async.applyEach
+ * @memberOf module:ControlFlow
+ * @method
+ * @see [async.applyEach]{@link module:ControlFlow.applyEach}
* @category Control Flow
* @param {Array|Object} fns - A collection of asynchronous functions to all
* call with the same arguments