Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/elixir/lib/gen_server.ex
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ defmodule GenServer do
The return value is ignored.

`c:terminate/2` is called if the `GenServer` traps exits (using `Process.flag/2`)
*and* the parent process sends and exit signal, or a callback (except `c:init/1`)
*and* the parent process sends an exit signal, or a callback (except `c:init/1`)
does one of the following:

* returns a `:stop` tuple
Expand Down