@@ -152,7 +152,7 @@ defmodule Task.Supervisor do
152152 Starts a task that can be awaited on.
153153
154154 The `supervisor` must be a reference as defined in `Supervisor`.
155- The task will still be linked to the caller, see `Task.async/3 ` for
155+ The task will still be linked to the caller, see `Task.async/1 ` for
156156 more information and `async_nolink/3` for a non-linked variant.
157157
158158 Raises an error if `supervisor` has reached the maximum number of
@@ -174,7 +174,7 @@ defmodule Task.Supervisor do
174174 Starts a task that can be awaited on.
175175
176176 The `supervisor` must be a reference as defined in `Supervisor`.
177- The task will still be linked to the caller, see `Task.async/3 ` for
177+ The task will still be linked to the caller, see `Task.async/1 ` for
178178 more information and `async_nolink/3` for a non-linked variant.
179179
180180 Raises an error if `supervisor` has reached the maximum number of
@@ -196,7 +196,7 @@ defmodule Task.Supervisor do
196196 Starts a task that can be awaited on.
197197
198198 The `supervisor` must be a reference as defined in `Supervisor`.
199- The task won't be linked to the caller, see `Task.async/3 ` for
199+ The task won't be linked to the caller, see `Task.async/1 ` for
200200 more information.
201201
202202 Raises an error if `supervisor` has reached the maximum number of
@@ -283,7 +283,7 @@ defmodule Task.Supervisor do
283283 Starts a task that can be awaited on.
284284
285285 The `supervisor` must be a reference as defined in `Supervisor`.
286- The task won't be linked to the caller, see `Task.async/3 ` for
286+ The task won't be linked to the caller, see `Task.async/1 ` for
287287 more information.
288288
289289 Raises an error if `supervisor` has reached the maximum number of
0 commit comments