Skip to content

Commit

Permalink
appended -> prepended, closes #5656
Browse files Browse the repository at this point in the history
Signed-off-by: José Valim <jose.valim@plataformatec.com.br>
  • Loading branch information
José Valim committed Jan 14, 2017
1 parent 67f77ec commit b5777de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/elixir/lib/task.ex
Expand Up @@ -285,7 +285,7 @@ defmodule Task do
Returns a stream that runs the given `module`, `function` and `args`
concurrently on each item in `enumerable`.
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
own task. The tasks will be linked to an intermediate process that is
then linked to the current process. This means a failure in a task
terminates the current process and a failure in the current process
Expand Down

0 comments on commit b5777de

Please sign in to comment.