@@ -9,23 +9,23 @@ defmodule ExUnit.Formatter do
99 The following events are possible:
1010
1111 * `{:suite_started, opts}` -
12- the suite has started with the specified options to the runner.
12+ the suite has started with the specified options to the runner.
1313
1414 * `{:suite_finished, run_us, load_us}` -
15- the suite has finished. `run_us` and `load_us` are the run and load
16- times in microseconds respectively.
15+ the suite has finished. `run_us` and `load_us` are the run and load
16+ times in microseconds respectively.
1717
1818 * `{:case_started, test_case}` -
19- a test case has started. See `ExUnit.TestCase` for details.
19+ a test case has started. See `ExUnit.TestCase` for details.
2020
2121 * `{:case_finished, test_case}` -
22- a test case has finished. See `ExUnit.TestCase` for details.
22+ a test case has finished. See `ExUnit.TestCase` for details.
2323
2424 * `{:test_started, test_case}` -
25- a test case has started. See `ExUnit.Test` for details.
25+ a test case has started. See `ExUnit.Test` for details.
2626
2727 * `{:test_finished, test_case}` -
28- a test case has finished. See `ExUnit.Test` for details.
28+ a test case has finished. See `ExUnit.Test` for details.
2929
3030 """
3131
0 commit comments