[wiki] [sites] [suckless.org] Fix mistake in coding style || Simon Branch

From: <git_AT_suckless.org>
Date: Mon, 26 Oct 2020 16:27:16 +0100

commit 738e94cbb317298cdb66b40b226346cf429fda60
Author: Simon Branch <simonmbranch_AT_gmail.com>
Date: Mon Oct 26 08:26:05 2020 -0700

    [suckless.org] Fix mistake in coding style

diff --git a/suckless.org/coding_style/index.md b/suckless.org/coding_style/index.md
index 725d9869..0dc667be 100644
--- a/suckless.org/coding_style/index.md
+++ b/suckless.org/coding_style/index.md
_AT_@ -60,7 +60,7 @@ Use block for single statement if inner statement needs a block.
                 }
         }
 
-Use another branch of the same statement needs a block:
+Use block if another branch of the same statement needs a block:
 
         if (foo) {
                 bar;
Received on Mon Oct 26 2020 - 16:27:16 CET

This archive was generated by hypermail 2.3.0 : Mon Oct 26 2020 - 16:36:50 CET