File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -124,8 +124,8 @@ defmodule Supervisor do
124
124
then awaiting for a time interval for the child process to terminate. This
125
125
interval defaults to 5000 milliseconds. If the child process does not
126
126
terminate in this interval, the supervisor abruptly terminates the child
127
- with reason `:brutal_kill `. The shutdown time can be configured in the
128
- child specification which is fully detailed in the next section.
127
+ with reason `:kill `. The shutdown time can be configured in the child
128
+ specification which is fully detailed in the next section.
129
129
130
130
If the child process is not trapping exits, it will shutdown immediately
131
131
when it receives the first exit signal. If the child process is trapping
You can’t perform that action at this time.
0 commit comments