Skip to content

Commit 1c0753e

Browse files
authored
Update README.md
1 parent 8e7eef4 commit 1c0753e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ AssertK provides a Kotlin-friendly syntax for using the amazing AssertJ assertio
88
assert that Unit isEqualTo Unit
99
```
1010

11-
you can use `assert that` or `expect that` interchangeably as `assert` tends to be a bit noisy given when relying on autocomplete.
11+
you can use `assert that` or `expect that` interchangeably as `assert` tends to be a bit noisy when trying to autocomplete the statement.
1212
```kotlin
1313
expect that Any() isNotEqualTo Any()
1414
expect that Any() _is notNull

0 commit comments

Comments
 (0)