Skip to content

Commit 56d03da

Browse files
authored
Fix grammar in callbacks docs (#14285)
1 parent cd6fcc4 commit 56d03da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/ex_unit/lib/ex_unit/callbacks.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ defmodule ExUnit.Callbacks do
2626
naming a local function, a `{module, function}` tuple, or a list of atoms/tuples.
2727
2828
Both can opt to receive the current context by specifying it
29-
as parameter if defined by a block. Functions used to define a test
30-
setup must accept the context as single argument.
29+
as a parameter if defined by a block. Functions used to define a test
30+
setup must accept the context as a single argument.
3131
3232
A test module can define multiple `setup` and `setup_all` callbacks,
3333
and they are invoked in order of appearance.

0 commit comments

Comments
 (0)