summaryrefslogtreecommitdiff
path: root/lib/concatLimit.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/concatLimit.js')
-rw-r--r--lib/concatLimit.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/concatLimit.js b/lib/concatLimit.js
index bb74b35..e8f5b86 100644
--- a/lib/concatLimit.js
+++ b/lib/concatLimit.js
@@ -11,6 +11,7 @@ import awaitify from './internal/awaitify'
* @method
* @see [async.concat]{@link module:Collections.concat}
* @category Collection
+ * @alias flatMapLimit
* @param {Array|Iterable|AsyncIterable|Object} coll - A collection to iterate over.
* @param {number} limit - The maximum number of async operations at a time.
* @param {AsyncFunction} iteratee - A function to apply to each item in `coll`,