Skip to content

Commit

Permalink
Update doc to better reflect current doc
Browse files Browse the repository at this point in the history
  • Loading branch information
thbar committed Dec 24, 2024
1 parent 95f1b9a commit 7f6d2ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ defmodule TransportWeb.Plugs.WorkerHealthcheck do
# if the app is completely down.
if !healthy_state?() do
Logger.info "Hot-fix: shutting down!!!"
# "Carefully stops the Erlang runtime system."
# "Asynchronously and carefully stops the Erlang runtime system."
System.stop()
end
else
Expand Down

0 comments on commit 7f6d2ce

Please sign in to comment.