Skip to content

Commit ea0226b

Browse files
committed
Fix typo on ExUnit
1 parent 4346a41 commit ea0226b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ex_unit/lib/ex_unit/assertions.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ defmodule ExUnit.Assertions do
3434
"""
3535

3636
@doc """
37-
Asserts it's argument is true.
37+
Asserts its argument is true.
3838
3939
`assert` tries to be smart and provide good
4040
reporting whenever there is a failure. In particular, if

0 commit comments

Comments
 (0)