diff options
author | Drew DeVault <sir@cmpwn.com> | 2015-11-27 09:19:18 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2015-11-27 09:19:18 -0500 |
commit | d95447fdd9401e971c5dfab69dd825c2cc67e597 (patch) | |
tree | 99e892adbc677956cd24d6f1242ad8eab1dbfb25 /CONTRIBUTING.md | |
parent | 87e37781253101b8d38be573b29aa7ffb26fe525 (diff) |
Fix mistake in CONTRIBUTING.md
3 commits should do it, right?
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 4 |
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. Sway is written in C. The style guidelines is [kernel style](https://www.kernel.org/doc/Documentation/CodingStyle), but all braces go -on the same line (*"but K&R says so!" is a silly to justify something*). Some -points to note: +on the same line (*"but K&R says so!" is a silly way of justifying something*). +Some points to note: * Do not use typedefs unless you have a good reason * Do not use macros unless you have a *really* good reason |