summaryrefslogtreecommitdiff
path: root/lib/eachOf.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/eachOf.js')
-rw-r--r--lib/eachOf.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/eachOf.js b/lib/eachOf.js
index 1defd47..e621007 100644
--- a/lib/eachOf.js
+++ b/lib/eachOf.js
@@ -7,7 +7,8 @@ import doLimit from './internal/doLimit';
*
* @name eachOf
* @static
- * @memberOf async
+ * @memberOf module:async
+ * @method
* @alias forEachOf
* @category Collection
* @param {Array|Object} coll - A collection to iterate over.