summaryrefslogtreecommitdiff
path: root/lib/eachLimit.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/eachLimit.js')
-rw-r--r--lib/eachLimit.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/eachLimit.js b/lib/eachLimit.js
index 415e6e8..825c47e 100644
--- a/lib/eachLimit.js
+++ b/lib/eachLimit.js
@@ -9,7 +9,7 @@ import withoutIndex from './internal/withoutIndex';
* @name eachLimit
* @static
* @memberOf async
- * @see async.each
+ * @see `async.each`
* @alias forEachLimit
* @category Collection
* @param {Array|Object} coll - A colleciton to iterate over.