summaryrefslogtreecommitdiff
path: root/lib/each.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/each.js')
-rw-r--r--lib/each.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/each.js b/lib/each.js
index aab1d3d..dc8c501 100644
--- a/lib/each.js
+++ b/lib/each.js
@@ -17,7 +17,7 @@ import doLimit from './internal/doLimit';
* @method
* @alias forEach
* @category Collection
- * @param {Array|Object} coll - A collection to iterate over.
+ * @param {Array|Iterable|Object} coll - A collection to iterate over.
* @param {Function} iteratee - A function to apply to each item
* in `coll`. The iteratee is passed a `callback(err)` which must be called once
* it has completed. If no error has occurred, the `callback` should be run