Update conventions.md

This commit is contained in:
nora 2022-07-27 22:44:43 +02:00 committed by GitHub
parent 23a4876ff9
commit 4f1378d642
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ All identifiers should be given meaningful english names. To work with ancient l
## Comments ## Comments
Comments are vital to readability. Therefore, code should always be well comment. Comments must be written in the lingua franca of programming, swiss german. Comments are vital to readability. Therefore, code should always be well commented. Comments must be written in the lingua franca of programming, swiss german.
```c ```c
int main() { int main() {