From 0cde790c0d473e47574dba6bdde916865fe9e66e Mon Sep 17 00:00:00 2001 From: Martin Bonnin Date: Tue, 25 Feb 2025 14:18:57 +0100 Subject: [PATCH] fix formating --- STYLE_GUIDE.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/STYLE_GUIDE.md b/STYLE_GUIDE.md index 4a257a38d..34d83c16f 100644 --- a/STYLE_GUIDE.md +++ b/STYLE_GUIDE.md @@ -90,8 +90,9 @@ descriptive tone of voice. Favor the present tense. The present tense is usually clearer and shorter: -✅ Present: The client then sends a request to the server. ❌ Future: The client -will then send a request to the server. +✅ Present: The client then sends a request to the server. + +❌ Future: The client will then send a request to the server. Avoid repetition. Repetition adds more cognitive load and possibilities for different parts of the specification to diverge in their meaning.