diff --git a/README.md b/README.md index 8b39d9d..4259565 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ I.e. do ```c if (1 /* this is a very long condition */ == 2 /* spanning multiple lines */ - || 2 < 3 /* and we indent like this) { + || 2 < 3 /* and we indent like this */) { this = the_way; /* as to increase distinguishability of condition from body */ }