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 2a57bc7..977bc4c 100644
--- a/lib/rejectLimit.js
+++ b/lib/rejectLimit.js
@@ -11,7 +11,7 @@ import doParallelLimit from './internal/doParallelLimit';
* @method
* @see [async.reject]{@link module:Collections.reject}
* @category Collection
- * @param {Array|Object} coll - A collection to iterate over.
+ * @param {Array|Iterable|Object} coll - A collection to iterate over.
* @param {number} limit - The maximum number of async operations at a time.
* @param {Function} iteratee - A truth test to apply to each item in `coll`.
* The `iteratee` is passed a `callback(err, truthValue)`, which must be called