Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Christer van der Meeren committed Sep 6, 2024
1 parent be88328 commit 487fe0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Release notes
### 4.0.0 (2024-08-13)

* **Breaking:** All higher-order assertions except `NotSatisfy` now fail with `AssertionFailedException` if the
assertion if it throws any exception. Previously, these assertions let exceptions other than
`AssertionFailedException` bubble up. The following assertions are affected:
assertion throws any exception. Previously, these assertions let exceptions other than `AssertionFailedException`
bubble up. The following assertions are affected:
* `Satisfy`
* `SatisfyAny`
* `SatisfyAll`
Expand Down

0 comments on commit 487fe0f

Please sign in to comment.