Skip to content

Commit

Permalink
docs: typo fixup in Malt.stop (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHatherly authored Dec 13, 2023
1 parent fc33413 commit 8382c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Malt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ _assert_is_running(w::Worker) = isrunning(w) || throw(TerminatedWorkerException(
Terminate the worker process `w` in the nicest possible way. We first try using `Base.exit`, then SIGTERM, then SIGKILL. Waits for the worker process to be terminated.
If `w` is still alive, and now terinated, `stop` returns true.
If `w` is still alive, and now terminated, `stop` returns true.
If `w` is already dead, `stop` returns `false`.
If `w` failed to terminate, throw an exception.
"""
Expand Down

0 comments on commit 8382c63

Please sign in to comment.