We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e95eea4 commit 80e180eCopy full SHA for 80e180e
lib/elixir/lib/gen_server.ex
@@ -601,7 +601,7 @@ defmodule GenServer do
601
The return value is ignored.
602
603
`c:terminate/2` is called if the `GenServer` traps exits (using `Process.flag/2`)
604
- *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`)
605
does one of the following:
606
607
* returns a `:stop` tuple
0 commit comments