summaryrefslogtreecommitdiff
path: root/lib/seq.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/seq.js')
-rw-r--r--lib/seq.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/seq.js b/lib/seq.js
index 4b3e49c..3048beb 100644
--- a/lib/seq.js
+++ b/lib/seq.js
@@ -11,8 +11,9 @@ import reduce from './reduce';
*
* @name seq
* @static
- * @memberOf async
- * @see async.compose
+ * @memberOf module:async
+ * @method
+ * @see [async.compose]{@link module:async.compose}
* @category Control Flow
* @param {...Function} functions - the asynchronous functions to compose
* @returns {Function} a function that composes the `functions` in order