Update docs/styleguide.md

Co-authored-by: BenBE <BenBE@geshi.org>
This commit is contained in:
Nathan Scott 2020-12-01 14:05:46 +11:00 committed by GitHub
parent b2a8b2426e
commit 6ab1e468ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.