Skip to content

Commit

Permalink
Improve docs in Task (elixir-lang#12058)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslandoga authored Aug 8, 2022
1 parent 4e17aed commit 64580b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/elixir/lib/task.ex
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ defmodule Task do
|> Task.await()
We encourage developers to rely on supervised tasks as much as possible.
Supervised tasks improves the visibility of how many tasks are running
at a given moment and enable a huge variety of patterns that gives you
Supervised tasks improve the visibility of how many tasks are running
at a given moment and enable a variety of patterns that give you
explicit control on how to handle the results, errors, and timeouts.
Here is a summary:
Expand Down

0 comments on commit 64580b1

Please sign in to comment.