We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b09914b commit cc70737Copy full SHA for cc70737
lib/elixir/lib/task.ex
@@ -610,7 +610,7 @@ defmodule Task do
610
* `:zip_input_on_exit` - (since v1.14.0) adds the original
611
input to `:exit` tuples. The value emitted for that task is
612
`{:exit, {input, reason}}`, where `input` is the collection element
613
- that caused an exited during processing. Defaults to `false`.
+ that caused an exit during processing. Defaults to `false`.
614
615
## Example
616
0 commit comments