diff options
Diffstat (limited to 'lib/seq.js')
-rw-r--r-- | lib/seq.js | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |