Skip to content

Commit

Permalink
Edit for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
Christer van der Meeren committed Sep 12, 2023
1 parent b5fa70c commit 42a566a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ As expected by the discerning F# developer, Faqt is:
- **Composable:** As far as possible, assertions are orthogonal (they check one thing only). For example,
predicate-based collection assertions pass for empty collections, just like F#'s `Seq.forall` and similar. You can
chain assertions with `And`, `Whose`, `WhoseValue`, `That`, `Derived`, and `Subject`, assert on derived values with
assertions like `BeSome()`, and compose assertions with higher-order assertions like `Satisfy` and `SatisfyAll`.
assertions like `BeSome`, and compose assertions with higher-order assertions like `Satisfy` and `SatisfyAll`.
- **Configurable:** You can configure, either globally or for a specific scope (such as a test), how assertion failure
messages are rendered. You can easily tweak the defaults or completely replace the formatter.
- **Production-ready:** Faqt is very well tested and is highly unlikely to break your code, whether test or production.
Expand Down

0 comments on commit 42a566a

Please sign in to comment.