Skip to content

Commit

Permalink
Merge pull request #483 from artemkorsakov/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
gabro authored Jan 16, 2022
2 parents dd5d392 + 246a00b commit 4b77d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/assertions.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ assertEquals[Any, Any](right1, right2)

## `assertNotEquals()`

Use `assertNotEqual()` to assert that two values are not the same.
Use `assertNotEquals()` to assert that two values are not the same.

```scala mdoc:crash
assertNotEquals(a, a)
Expand Down

0 comments on commit 4b77d81

Please sign in to comment.