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 22, 2023
1 parent 3d9e70f commit 5191a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ myFormatter Config.Current
* `Throw`: Polymorphic exception check for top-level exception
* `ThrowInner`: Polymorphic exception check for top-level or inner exception on any level (including any exception in
an `AggregateException`)
* `ThrowExactly`: Exact exception check top-level exception
* `ThrowExactly`: Exact exception check for top-level exception
* `NotThrow`
* `Roundtrip`: Check that a (potentially `Option` or `Result`-returning) function returns the input value. The function
is typically a composition of parsing and extracting a value, e.g., `(fromX >> toX).Should().Roundtrip(value)`.
Expand Down

0 comments on commit 5191a22

Please sign in to comment.