From a778ee63788d533111ff63b611cc5034e18a907f Mon Sep 17 00:00:00 2001 From: Hubert Argasinski Date: Thu, 31 Mar 2016 00:06:20 -0700 Subject: jsdoc-style documentation wrapped @see info in backticks --- lib/concatSeries.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/concatSeries.js') diff --git a/lib/concatSeries.js b/lib/concatSeries.js index 73312dc..3fb89d2 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`. -- cgit v1.2.1