From 82241b237c5b7eb9a6c7ae729adeb2e20c4894a5 Mon Sep 17 00:00:00 2001 From: Ellen Arvidsson Date: Sat, 28 Jun 2025 01:40:36 +0200 Subject: [PATCH] oops --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ }