Skip to content

Commit

Permalink
Improve doc for ExUnit.Callbacks (#5736)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxsan authored and lexmag committed Feb 5, 2017
1 parent 0d518eb commit ca88be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ex_unit/lib/ex_unit/callbacks.ex
Expand Up @@ -31,7 +31,7 @@ defmodule ExUnit.Callbacks do
If you return a keyword list, a map, or `{:ok, keywords | map}` from
`setup_all`, the keyword list/map will be merged into the current context and
be available in all subsequent `setup_all`, `setup`, and the test itself.
be available in all subsequent `setup_all`, `setup`, and the `test` itself.
Similarly, returning a keyword list, map, or `{:ok, keywords | map}` from
`setup` means that the returned keyword list/map will be merged into the
Expand Down

0 comments on commit ca88be4

Please sign in to comment.