Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeeren committed Jul 15, 2023
1 parent 254e921 commit 03d7d77
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 @@ -86,7 +86,7 @@ As expected by the discerning F# developer, Faqt is:
- **Usable:** Faqt comes with batteries included - many useful assertions, including aliases (like `BeTrue()`
for `Be(true)` on booleans, and `BeSome` for `BeOfCase(Some)` on `option` values).
- **Safe:** Assertions are as type-safe as F# allows.
- **Extendable:** Not assertion? No problem. Writing your own assertions is very simple.
- **Extendable:** No assertion? No problem! Writing your own assertions is very simple.
- **Informative:** The assertion failure messages are designed to give you all the information you need in an
easy-to-parse format.
- **Discoverable:** The fluent syntax means you can just type a dot to discover all possible assertions.
Expand Down

0 comments on commit 03d7d77

Please sign in to comment.