summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorNathan Scott <natoscott@users.noreply.github.com>2020-12-01 14:05:46 +1100
committerGitHub <noreply@github.com>2020-12-01 14:05:46 +1100
commit6ab1e468ef01178489cc9f4aed6ec1685e39aefd (patch)
treea2bd881c9dc967835014034cf9f697a0eda0b9fc /docs
parentb2a8b2426e5d1d31ecca1245d2d416df5d3a1b89 (diff)
Update docs/styleguide.md
Co-authored-by: BenBE <BenBE@geshi.org>
Diffstat (limited to 'docs')
-rw-r--r--docs/styleguide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/styleguide.md b/docs/styleguide.md
index 16e56f34..22c5157f 100644
--- a/docs/styleguide.md
+++ b/docs/styleguide.md
@@ -165,7 +165,7 @@ if (fd >= 0)
close(fd);
```
-While the existing code base isn't fully consistent with this code style isn't fully consistent yet it is strongly recommended that new code follows these rules.
+While the existing code base isn't fully consistent with this code style yet it is strongly recommended that new code follows these rules.
Adapting surrounding code near places you need to touch is encouraged.
Try to separate such changes into a single, clean-up only commit to reduce noise while reviewing your changes.

© 2014-2024 Faster IT GmbH | imprint | privacy policy