aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CODINGSTYLE.md2
1 files changed, 1 insertions, 1 deletions
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.