summaryrefslogtreecommitdiff
path: root/lib/rejectLimit.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rejectLimit.js')
-rw-r--r--lib/rejectLimit.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rejectLimit.js b/lib/rejectLimit.js
index 67f34cb..9b3fbd3 100644
--- a/lib/rejectLimit.js
+++ b/lib/rejectLimit.js
@@ -10,7 +10,7 @@ import doParallelLimit from './internal/doParallelLimit';
* @name rejectLimit
* @static
* @memberOf async
- * @see `async.reject`
+ * @see async.reject
* @category Collection
* @param {Array|Object} coll - A collection to iterate over.
* @param {number} limit - The maximum number of async operations at a time.