We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b888674 commit 8706d02Copy full SHA for 8706d02
lib/elixir/lib/task/supervisor.ex
@@ -74,7 +74,7 @@ defmodule Task.Supervisor do
74
75
@typedoc "Option values used by `start_link`"
76
@type option ::
77
- DynamicSupervisor.option()
+ GenServer.option()
78
| DynamicSupervisor.init_option()
79
80
@typedoc """
0 commit comments