Skip to content

Commit cc70737

Browse files
authored
Fix typo in Task.async_stream/5 docs (#13765)
1 parent b09914b commit cc70737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/task.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ defmodule Task do
610610
* `:zip_input_on_exit` - (since v1.14.0) adds the original
611611
input to `:exit` tuples. The value emitted for that task is
612612
`{:exit, {input, reason}}`, where `input` is the collection element
613-
that caused an exited during processing. Defaults to `false`.
613+
that caused an exit during processing. Defaults to `false`.
614614
615615
## Example
616616

0 commit comments

Comments
 (0)