aboutsummaryrefslogtreecommitdiffstats
path: root/CODINGSTYLE.md
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-07-25 20:07:05 -0300
committerNatanael Copa <ncopa@alpinelinux.org>2019-07-26 15:21:07 +0000
commit0dc2998d8ffa0ad27073c587b169249444ead6a3 (patch)
tree309a48432dafc37f819410fb9d0df0ff41da6570 /CODINGSTYLE.md
parent4be711755ca430fbc02d8079ff1bc141450f9735 (diff)
CODINGSTYLE.md: use 'than' rather than 'then'
Diffstat (limited to 'CODINGSTYLE.md')
-rw-r--r--CODINGSTYLE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CODINGSTYLE.md b/CODINGSTYLE.md
index ba1d27da6e2..74dfcd154ea 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.