summaryrefslogtreecommitdiff
path: root/lib/everyLimit.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/everyLimit.js')
-rw-r--r--lib/everyLimit.js7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/everyLimit.js b/lib/everyLimit.js
index 7d2b042..1ba2858 100644
--- a/lib/everyLimit.js
+++ b/lib/everyLimit.js
@@ -3,12 +3,13 @@ import eachOfLimit from './eachOfLimit';
import notId from './internal/notId';
/**
- * The same as `every` but runs a maximum of `limit` async operations at a time.
+ * The same as [`every`]{@link module:Collections.every} but runs a maximum of `limit` async operations at a time.
*
* @name everyLimit
* @static
- * @memberOf async
- * @see async.every
+ * @memberOf module:Collections
+ * @method
+ * @see [async.every]{@link module:Collections.every}
* @alias allLimit
* @category Collection
* @param {Array|Object} coll - A collection to iterate over.