Skip to content

Commit 0559fe5

Browse files
committed
Fix doc formatting in ExUnit.Formatter
Signed-off-by: Eric Meadows-Jönsson <[email protected]>
1 parent 1a05bff commit 0559fe5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

lib/ex_unit/lib/ex_unit/formatter.ex

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)