We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
start_link_supervised/2
1 parent 63fc8b6 commit fc8793dCopy full SHA for fc8793d
lib/ex_unit/lib/ex_unit/callbacks.ex
@@ -593,7 +593,7 @@ defmodule ExUnit.Callbacks do
593
If the process that was started crashes, the crash is propagated to the test process,
594
failing the test and printing the cause of the crash.
595
596
- Note that if the started terminates before it is linked to the test process,
+ Note that if the started process terminates before it is linked to the test process,
597
this function will exit with reason `:noproc`.
598
"""
599
@doc since: "1.14.0"
0 commit comments