diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-07-25 20:07:05 -0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-07-26 15:21:07 +0000 |
commit | 0dc2998d8ffa0ad27073c587b169249444ead6a3 (patch) | |
tree | 309a48432dafc37f819410fb9d0df0ff41da6570 | |
parent | 4be711755ca430fbc02d8079ff1bc141450f9735 (diff) | |
download | aports-0dc2998d8ffa0ad27073c587b169249444ead6a3.tar.bz2 aports-0dc2998d8ffa0ad27073c587b169249444ead6a3.tar.xz |
CODINGSTYLE.md: use 'than' rather than 'then'
-rw-r--r-- | CODINGSTYLE.md | 2 |
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. |