Skip to content

Commit fc8793d

Browse files
authored
docs: grammar in start_link_supervised/2 (#12858)
1 parent 63fc8b6 commit fc8793d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ex_unit/lib/ex_unit/callbacks.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ defmodule ExUnit.Callbacks do
593593
If the process that was started crashes, the crash is propagated to the test process,
594594
failing the test and printing the cause of the crash.
595595
596-
Note that if the started terminates before it is linked to the test process,
596+
Note that if the started process terminates before it is linked to the test process,
597597
this function will exit with reason `:noproc`.
598598
"""
599599
@doc since: "1.14.0"

0 commit comments

Comments
 (0)