Skip to content

Commit 2706007

Browse files
authored
Add backticks to tuple in docs (#12379)
1 parent 7953da4 commit 2706007

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
@@ -271,8 +271,8 @@ defmodule ExUnit.Callbacks do
271271
@doc """
272272
Defines a callback to be run before all tests in a case.
273273
274-
Accepts a block, an atom naming a local function, a {module, function} tuple,
275-
or a list of atoms/tuples.
274+
Accepts a block, an atom naming a local function, a `{module, function}`
275+
tuple, or a list of atoms/tuples.
276276
277277
Can return values to be merged into the `context`, to set up the state for
278278
tests. For more details, see the "Context" section shown above.

0 commit comments

Comments
 (0)