From 50870078c28806ab16bfa17f051946060cb595cc Mon Sep 17 00:00:00 2001 From: Christer van der Meeren Date: Mon, 11 Sep 2023 11:26:10 +0200 Subject: [PATCH] Improve documentation --- DOCUMENTATION.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index 7026c62..e29176d 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -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