From ad571f27d8c782199e03782d82b0175925bdbae9 Mon Sep 17 00:00:00 2001 From: John Daly Date: Sun, 26 Mar 2017 21:27:53 +0100 Subject: [PATCH 1/1] Fix typo Closes #1502 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9da33fe8c..477e8c63f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,7 @@ When writing code it is generally a good idea to try and match your formatting to that of any existing code in the same file, or to other similar files if you are writing new code. Consistency of layout is -far more important that the layout itself as it makes reading code +far more important than the layout itself as it makes reading code much easier. One golden rule of formatting -- please don't use tabs in your code -- 2.43.2