summaryrefslogtreecommitdiff
path: root/lib/applyEachSeries.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/applyEachSeries.js')
-rw-r--r--lib/applyEachSeries.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/applyEachSeries.js b/lib/applyEachSeries.js
index 0a01891..1181d94 100644
--- a/lib/applyEachSeries.js
+++ b/lib/applyEachSeries.js
@@ -6,8 +6,9 @@ import mapSeries from './mapSeries';
*
* @name applyEachSeries
* @static
- * @memberOf async
- * @see async.applyEach
+ * @memberOf module:async
+ * @method
+ * @see [async.applyEach]{@link module:async.applyEach}
* @category Control Flow
* @param {Array|Object} fns - A collection of asynchronous functions to all
* call with the same arguments