summaryrefslogtreecommitdiff
path: root/lib/cargo.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/cargo.js')
-rw-r--r--lib/cargo.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/cargo.js b/lib/cargo.js
index 9bdc613..d86cb67 100644
--- a/lib/cargo.js
+++ b/lib/cargo.js
@@ -31,9 +31,6 @@ import queue from './internal/queue';
*/
/**
- * ```
- * import cargo from 'async/cargo'
- * ```
* Creates a `cargo` object with the specified payload. Tasks added to the
* cargo will be processed altogether (up to the `payload` limit). If the
* `worker` is in progress, the task is queued until it becomes available. Once