File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments