diff options
author | Graeme Yeates <yeatesgraeme@gmail.com> | 2016-04-29 15:26:25 -0400 |
---|---|---|
committer | Graeme Yeates <yeatesgraeme@gmail.com> | 2016-04-29 15:26:25 -0400 |
commit | ec9f81adfda9ec9681b3f33f24d3c2e917b4b908 (patch) | |
tree | baa261902276ef2a032d7bd0c2f5f9eba23391af /lib/concatSeries.js | |
parent | a9636c00e269c1bf2f3def12cba36563e7658201 (diff) | |
download | async-doc-linking.tar.gz |
Fix doc linking (see #1135)doc-linking
Diffstat (limited to 'lib/concatSeries.js')
-rw-r--r-- | lib/concatSeries.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/concatSeries.js b/lib/concatSeries.js index 3fb89d2..73312dc 100644 --- a/lib/concatSeries.js +++ b/lib/concatSeries.js @@ -9,7 +9,7 @@ import doSeries from './internal/doSeries'; * @name concatSeries * @static * @memberOf async - * @see `async.concat` + * @see async.concat * @category Collection * @param {Array|Object} coll - A collection to iterate over. * @param {Function} iteratee - A function to apply to each item in `coll`. |