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/reflectAll.js | |
parent | a9636c00e269c1bf2f3def12cba36563e7658201 (diff) | |
download | async-ec9f81adfda9ec9681b3f33f24d3c2e917b4b908.tar.gz |
Fix doc linking (see #1135)doc-linking
Diffstat (limited to 'lib/reflectAll.js')
-rw-r--r-- | lib/reflectAll.js | 2 |
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 |