Skip to content

Commit b5777de

Browse files
author
José Valim
committed
appended -> prepended, closes #5656
Signed-off-by: José Valim <[email protected]>
1 parent 67f77ec commit b5777de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/task.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ defmodule Task do
285285
Returns a stream that runs the given `module`, `function` and `args`
286286
concurrently on each item in `enumerable`.
287287
288-
Each item will be appended to the given `args` and processed by its
288+
Each item will be prepended to the given `args` and processed by its
289289
own task. The tasks will be linked to an intermediate process that is
290290
then linked to the current process. This means a failure in a task
291291
terminates the current process and a failure in the current process

0 commit comments

Comments
 (0)