diff options
Diffstat (limited to 'lib/compose.js')
-rw-r--r-- | lib/compose.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/compose.js b/lib/compose.js index 0f87239..ff2e0ab 100644 --- a/lib/compose.js +++ b/lib/compose.js @@ -3,9 +3,6 @@ import seq from './seq'; var reverse = Array.prototype.reverse; /** - * ``` - * import compose from 'async/compose' - * ``` * Creates a function which is a composition of the passed asynchronous * functions. Each function consumes the return value of the function that * follows. Composing functions `f()`, `g()`, and `h()` would produce the result |