From 0dc2998d8ffa0ad27073c587b169249444ead6a3 Mon Sep 17 00:00:00 2001 From: Leo Date: Thu, 25 Jul 2019 20:07:05 -0300 Subject: CODINGSTYLE.md: use 'than' rather than 'then' --- CODINGSTYLE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CODINGSTYLE.md') diff --git a/CODINGSTYLE.md b/CODINGSTYLE.md index ba1d27da6e..74dfcd154e 100644 --- a/CODINGSTYLE.md +++ b/CODINGSTYLE.md @@ -78,7 +78,7 @@ This ensures code is always neatly aligned and properly indented. Space before tab should be avoided. ## Line length -A line should not be longer then 80 lines. While this is not a hard limit, it +A line should not be longer than 80 characters. While this is not a hard limit, it is strongly recommended to avoid having longer lines, as long lines reduce readability and invite deep nesting. -- cgit v1.2.3