aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
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.
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