From b132c5e2509d4dde31d6f15291839a8cc0700c75 Mon Sep 17 00:00:00 2001 From: John Daly Date: Sun, 26 Mar 2017 21:27:53 +0100 Subject: [PATCH] fix typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9da33fe8c2..477e8c63f5 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