Skip to content

Commit 3992402

Browse files
author
José Valim
committed
Remove invalid return values from GenEvent.handle_info/2 docs
1 parent b965d8e commit 3992402

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/elixir/lib/gen_event.ex

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,6 @@ defmodule GenEvent do
9999
are received by the process. Must return the same values as
100100
`handle_event/2`.
101101
102-
It must return:
103-
104-
- `{:noreply, state}`
105-
- `{:noreply, state, timeout}`
106-
- `{:stop, reason, state}`
107-
108102
* `terminate(reason, state)` - called when the event handler is removed or
109103
the event manager is terminating. It can return any term.
110104

0 commit comments

Comments
 (0)