aboutsummaryrefslogtreecommitdiffstats
path: root/CODINGSTYLE.md
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-11-13 15:22:45 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-11-13 15:22:45 -0300
commit47b10128a6b12ad46c82f0c64a9823f426789445 (patch)
treec277b3ebbe567449cf3011fb3498e37d56ad9154 /CODINGSTYLE.md
parent63feaa6743fb508addf813606f8d4a91f14088c8 (diff)
CODINGSTYLE.md: fix typo, string->strict
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 9e629f87149..10641776432 100644
--- a/CODINGSTYLE.md
+++ b/CODINGSTYLE.md
@@ -37,7 +37,7 @@ Indent with tabs, don't use spaces. Avoid whitespaces.
### Line Length
Maximum line length is 80 characters, this should be considered a
-recommendation and not a string requirement which must be followed at
+recommendation and not a strict requirement which must be followed at
all costs. Most notably, automatically generated parts (e.g. by `abuild
checksum`) are except from this rule.