summaryrefslogtreecommitdiff
path: root/lib/eachOf.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/eachOf.js')
-rw-r--r--lib/eachOf.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/eachOf.js b/lib/eachOf.js
index 1defd47..b51fefb 100644
--- a/lib/eachOf.js
+++ b/lib/eachOf.js
@@ -2,14 +2,16 @@ import eachOfLimit from './eachOfLimit';
import doLimit from './internal/doLimit';
/**
- * Like `each`, except that it passes the key (or index) as the second argument
+ * Like [`each`]{@link module:Collections.each}, except that it passes the key (or index) as the second argument
* to the iteratee.
*
* @name eachOf
* @static
- * @memberOf async
+ * @memberOf module:Collections
+ * @method
* @alias forEachOf
* @category Collection
+ * @see [async.each]{@link module:Collections.each}
* @param {Array|Object} coll - A collection to iterate over.
* @param {Function} iteratee - A function to apply to each
* item in `coll`. The `key` is the item's key, or index in the case of an