From d1291f67551c58168af43698a359cb5ddfd266b0 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 3 Nov 2016 01:33:53 +0100 Subject: node_modules --- node_modules/async/eachLimit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node_modules/async/eachLimit.js') diff --git a/node_modules/async/eachLimit.js b/node_modules/async/eachLimit.js index 691a40567..674c135e7 100644 --- a/node_modules/async/eachLimit.js +++ b/node_modules/async/eachLimit.js @@ -25,7 +25,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de * @see [async.each]{@link module:Collections.each} * @alias forEachLimit * @category Collection - * @param {Array|Iterable|Object} coll - A colleciton 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 function to apply to each item in `coll`. The * iteratee is passed a `callback(err)` which must be called once it has -- cgit v1.2.3