Skip to content

Commit 2e4c7ab

Browse files
CrowdHailerJosé Valim
authored andcommitted
removed obsolete type option from the GenEvent handler type
Signed-off-by: José Valim <[email protected]>
1 parent a6723dc commit 2e4c7ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/gen_event.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ defmodule GenEvent do
290290
@type manager :: pid | name | {atom, node}
291291

292292
@typedoc "Supported values for new handlers"
293-
@type handler :: atom | {atom, term} | {pid, reference}
293+
@type handler :: atom | {atom, term}
294294

295295
@doc false
296296
defmacro __using__(_) do

0 commit comments

Comments
 (0)