summaryrefslogtreecommitdiff
path: root/lib/applyEach.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/applyEach.js')
-rw-r--r--lib/applyEach.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/applyEach.js b/lib/applyEach.js
index 3337f57..c106114 100644
--- a/lib/applyEach.js
+++ b/lib/applyEach.js
@@ -9,7 +9,8 @@ import map from './map';
*
* @name applyEach
* @static
- * @memberOf async
+ * @memberOf module:ControlFlow
+ * @method
* @category Control Flow
* @param {Array|Object} fns - A collection of asynchronous functions to all
* call with the same arguments