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
191
191
There are three options:
192
192
193
193
* `: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
195
195
196
196
* `: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
199
199
200
200
* 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
203
203
204
204
## Name Registration
205
205
You can’t perform that action at this time.
0 commit comments