From b8988f324670ea79bf666d4affb8e21ac5a27267 Mon Sep 17 00:00:00 2001 From: Joel Lamy-Poirier Date: Wed, 18 Dec 2024 15:03:14 -0500 Subject: [PATCH] Update docs/developers/style-guide.md Co-authored-by: Torsten Scholak --- docs/developers/style-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developers/style-guide.md b/docs/developers/style-guide.md index 4c6c2b6..5de11ad 100644 --- a/docs/developers/style-guide.md +++ b/docs/developers/style-guide.md @@ -9,7 +9,7 @@ Following these will ensure a swift reviewing process and will help maintaining Note that while we try to enforce these principles, exceptions may be allowed on a case-by-case basis, for example if they noticeably improve readability. -As a general principle, **Fast-LLM prioritize code readability and maintainability** over conciseness, +As a general principle, **Fast-LLM prioritizes code readability and maintainability** over conciseness, coding speed or individual programmer's preferences. Most of the style choices below are based on this principle.