Update CONTRIBUTING.md

This commit is contained in:
pajlada 2019-10-13 13:30:45 +02:00 committed by GitHub
parent d02e0a6870
commit e267eb67f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ Code is automatically formatted using `clang-format`. It take the burdon off of
Comments should only be used to:
- Increase readablility (e.g. grouping member variables).
- Increase readability (e.g. grouping member variables).
- Containing information that can't be expressed in code.
Try to structure your code so that comments are not required.