Skip to content

Commit 61c3e82

Browse files
José Valimfishcakez
authored andcommitted
Improve wording
Signed-off-by: James Fish <[email protected]>
1 parent d43b416 commit 61c3e82

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lib/elixir/lib/supervisor.ex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -191,15 +191,15 @@ defmodule Supervisor do
191191
There are three options:
192192
193193
* `:normal` - on such cases, the exit won't be logged, there is no restart
194-
on transient mode and linked processes are not broken
194+
on transient mode and linked processes do not exit
195195
196196
* `:shutdown` or `{:shutdown, term}` - on such cases, the exit won't be
197-
logged, there is no restart on transient mode and linked processes are
198-
broken (with the same exit reason)
197+
logged, there is no restart on transient mode and linked processes exit
198+
with the same reason unless trapping exits
199199
200200
* any other term - on such cases, the exit will be logged, there are
201-
restarts on transient mode and linked processes are broken (with the
202-
same exit reason)
201+
restarts on transient mode and linked processes exit with the same reason
202+
unless trapping exits
203203
204204
## Name Registration
205205

0 commit comments

Comments
 (0)