From 4f1378d642c4e9a74d2bcb85f1dfeedafa858090 Mon Sep 17 00:00:00 2001 From: nils <48135649+Nilstrieb@users.noreply.github.com> Date: Wed, 27 Jul 2022 22:44:43 +0200 Subject: [PATCH] Update conventions.md --- src/conventions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conventions.md b/src/conventions.md index ffff55a..2edc404 100644 --- a/src/conventions.md +++ b/src/conventions.md @@ -19,7 +19,7 @@ All identifiers should be given meaningful english names. To work with ancient l ## 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 int main() {