summaryrefslogtreecommitdiff
path: root/lib/concat.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/concat.js')
-rw-r--r--lib/concat.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/concat.js b/lib/concat.js
index be7410d..db23737 100644
--- a/lib/concat.js
+++ b/lib/concat.js
@@ -10,7 +10,8 @@ import doParallel from './internal/doParallel';
*
* @name concat
* @static
- * @memberOf async
+ * @memberOf module:Collections
+ * @method
* @category Collection
* @param {Array|Object} coll - A collection to iterate over.
* @param {Function} iteratee - A function to apply to each item in `coll`.