summaryrefslogtreecommitdiff
path: root/lib/compose.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/compose.js')
-rw-r--r--lib/compose.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/compose.js b/lib/compose.js
index 227c2ea..ff2e0ab 100644
--- a/lib/compose.js
+++ b/lib/compose.js
@@ -12,7 +12,8 @@ var reverse = Array.prototype.reverse;
*
* @name compose
* @static
- * @memberOf async
+ * @memberOf module:ControlFlow
+ * @method
* @category Control Flow
* @param {...Function} functions - the asynchronous functions to compose
* @returns {Function} an asynchronous function that is the composed