Skip to content

Commit 8706d02

Browse files
authored
Update Task.Supervisor.option() (#13704)
1 parent b888674 commit 8706d02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/task/supervisor.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ defmodule Task.Supervisor do
7474

7575
@typedoc "Option values used by `start_link`"
7676
@type option ::
77-
DynamicSupervisor.option()
77+
GenServer.option()
7878
| DynamicSupervisor.init_option()
7979

8080
@typedoc """

0 commit comments

Comments
 (0)