We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67f77ec commit b5777deCopy full SHA for b5777de
lib/elixir/lib/task.ex
@@ -285,7 +285,7 @@ defmodule Task do
285
Returns a stream that runs the given `module`, `function` and `args`
286
concurrently on each item in `enumerable`.
287
288
- Each item will be appended to the given `args` and processed by its
+ Each item will be prepended to the given `args` and processed by its
289
own task. The tasks will be linked to an intermediate process that is
290
then linked to the current process. This means a failure in a task
291
terminates the current process and a failure in the current process
0 commit comments