summaryrefslogtreecommitdiff
path: root/lib/reflectAll.js
diff options
context:
space:
mode:
authorGraeme Yeates <yeatesgraeme@gmail.com>2016-04-29 15:26:25 -0400
committerGraeme Yeates <yeatesgraeme@gmail.com>2016-04-29 15:26:25 -0400
commitec9f81adfda9ec9681b3f33f24d3c2e917b4b908 (patch)
treebaa261902276ef2a032d7bd0c2f5f9eba23391af /lib/reflectAll.js
parenta9636c00e269c1bf2f3def12cba36563e7658201 (diff)
downloadasync-ec9f81adfda9ec9681b3f33f24d3c2e917b4b908.tar.gz
Fix doc linking (see #1135)doc-linking
Diffstat (limited to 'lib/reflectAll.js')
-rw-r--r--lib/reflectAll.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/reflectAll.js b/lib/reflectAll.js
index 2a0f197..b6884cc 100644
--- a/lib/reflectAll.js
+++ b/lib/reflectAll.js
@@ -8,7 +8,7 @@ import reflect from './reflect';
* @name reflectAll
* @static
* @memberOf async
- * @see `async.reflect`
+ * @see async.reflect
* @category Util
* @param {Array} tasks - The array of functions to wrap in `async.reflect`.
* @returns {Array} Returns an array of functions, each function wrapped in