Skip to content

Commit

Permalink
Format markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeeren committed Sep 11, 2023
1 parent 60ff10e commit df7ecd6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,8 +397,7 @@ extends to `SequenceEqual` and `HaveSameItemsAs`, which will pass if both sequen

## Why not FluentAssertions?

FluentAssertions is a fantastic library, and very much the inspiration for Faqt. Unfortunately, its API design causes
trouble for F#. Here are the reasons I decided to make Faqt instead of just using FluentAssertions:
FluentAssertions is a fantastic library, and very much the inspiration for Faqt. Unfortunately, its API design causes trouble for F#. Here are the reasons I decided to make Faqt instead of just using FluentAssertions:

* The `because` parameter cannot be omitted when used from
F# ([#2225](https://github.com/fluentassertions/fluentassertions/issues/2225)).
Expand Down

0 comments on commit df7ecd6

Please sign in to comment.