summaryrefslogtreecommitdiff
path: root/lib/parallel.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/parallel.js')
-rw-r--r--lib/parallel.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/parallel.js b/lib/parallel.js
index 9df6bd6..1f6a3cc 100644
--- a/lib/parallel.js
+++ b/lib/parallel.js
@@ -2,9 +2,6 @@ import parallelLimit from './parallelLimit';
import doLimit from './internal/doLimit';
/**
- * ```
- * import parallel from 'async/parallel'
- * ```
* Run the `tasks` collection of functions in parallel, without waiting until
* the previous function has completed. If any of the functions pass an error to
* its callback, the main `callback` is immediately called with the value of the