Skip to content

Commit

Permalink
Update Task.Supervisor.option() (elixir-lang#13704)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeZ99 authored Jul 3, 2024
1 parent b888674 commit 8706d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/elixir/lib/task/supervisor.ex
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ defmodule Task.Supervisor do

@typedoc "Option values used by `start_link`"
@type option ::
DynamicSupervisor.option()
GenServer.option()
| DynamicSupervisor.init_option()

@typedoc """
Expand Down

0 comments on commit 8706d02

Please sign in to comment.