Skip to content

Commit 29f5726

Browse files
authored
Upcase "PID" in Task docs (#15141)
1 parent 80df1fe commit 29f5726

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/elixir/lib/task.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ defmodule Task do
105105
], strategy: :one_for_one)
106106
107107
And now you can use async/await by passing the name of
108-
the supervisor instead of the pid:
108+
the supervisor instead of the PID:
109109
110110
Task.Supervisor.async(MyApp.TaskSupervisor, fn ->
111111
# Do something

0 commit comments

Comments
 (0)