summaryrefslogtreecommitdiff
path: root/lib/someLimit.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/someLimit.js')
-rw-r--r--lib/someLimit.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/someLimit.js b/lib/someLimit.js
index ad65721..2ef4f78 100644
--- a/lib/someLimit.js
+++ b/lib/someLimit.js
@@ -12,7 +12,7 @@ import identity from 'lodash/identity';
* @see [async.some]{@link module:Collections.some}
* @alias anyLimit
* @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 the array
* in parallel. The iteratee is passed a `callback(err, truthValue)` which must