Skip to content

Commit 5abc024

Browse files
committed
Fix doc link in ExUnit.Formatter
1 parent ea59662 commit 5abc024

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/ex_unit/lib/ex_unit/formatter.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ defmodule ExUnit.Formatter do
1616
1717
* `{:suite_finished, times_us}` -
1818
the suite has finished. Returns several measurements in microseconds
19-
for running the suite. See `t:times_us` for more information.
19+
for running the suite. See `t:times_us/0` for more information.
2020
2121
* `{:module_started, test_module}` -
2222
a test module has started. See `ExUnit.TestModule` for details.
@@ -36,7 +36,7 @@ defmodule ExUnit.Formatter do
3636
3737
* `:max_failures_reached` -
3838
the test run has been aborted due to reaching max failures limit set
39-
with `:max_failures` option
39+
with `:max_failures` option.
4040
4141
The formatter will also receive the following events but they are deprecated
4242
and should be ignored:

0 commit comments

Comments
 (0)