aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-11-27 09:19:18 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-11-27 09:19:18 -0500
commitd95447fdd9401e971c5dfab69dd825c2cc67e597 (patch)
tree99e892adbc677956cd24d6f1242ad8eab1dbfb25 /CONTRIBUTING.md
parentUpdate CONTRIBUTING.md (diff)
downloadsway-d95447fdd9401e971c5dfab69dd825c2cc67e597.tar.gz
sway-d95447fdd9401e971c5dfab69dd825c2cc67e597.tar.zst
sway-d95447fdd9401e971c5dfab69dd825c2cc67e597.zip
Fix mistake in CONTRIBUTING.md
3 commits should do it, right?
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 3844ecad..8f0ba112 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -9,8 +9,8 @@ your plans.
9 9
10Sway is written in C. The style guidelines is [kernel 10Sway is written in C. The style guidelines is [kernel
11style](https://www.kernel.org/doc/Documentation/CodingStyle), but all braces go 11style](https://www.kernel.org/doc/Documentation/CodingStyle), but all braces go
12on the same line (*"but K&R says so!" is a silly to justify something*). Some 12on the same line (*"but K&R says so!" is a silly way of justifying something*).
13points to note: 13Some points to note:
14 14
15* Do not use typedefs unless you have a good reason 15* Do not use typedefs unless you have a good reason
16* Do not use macros unless you have a *really* good reason 16* Do not use macros unless you have a *really* good reason