Skip to content

Commit

Permalink
Improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeeren committed Sep 11, 2023
1 parent e29d1fa commit 5087007
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,8 @@ cases where it may produce unexpected results:
* Multi-line strings literals will be concatenated.
* Lines starting with `//` in multi-line string literals will be removed.
* Subject names will be truncated if they are too long (currently 1000 characters, though that may change without
notice), since it is then likely that a limitation or a bug is causing Faqt to use too large parts of the source code
as the subject name.
notice). This is because it is then likely that a limitation or a bug is causing Faqt to use too large parts of the
source code as the subject name.
* The subject name may be incorrect under the following conditions:
* Assertion chains not starting on a new line or at the start of a lambda (`fun ... ->`)
* Nested `Satisfy`, `AllSatisfy` or other higher-order assertions
Expand Down

0 comments on commit 5087007

Please sign in to comment.