commit 738e94cbb317298cdb66b40b226346cf429fda60
Author: Simon Branch <[email protected]>
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
@@ -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;


Reply via email to