From 4db0b798fe07046c5085b744bc51224b1c3acfcf Mon Sep 17 00:00:00 2001 From: Steven Kirk Date: Mon, 15 Dec 2014 02:56:39 +0100 Subject: [PATCH] Fixed punctuation. --- Docs/contributing.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Docs/contributing.md b/Docs/contributing.md index 68fae63866..a142b2d6f1 100644 --- a/Docs/contributing.md +++ b/Docs/contributing.md @@ -6,8 +6,8 @@ The codebase uses StyleCop with default settings[1] to enforce coding style. Yes decisions it makes are downright bizarre, and are certainly not what I would've personally chosen but the less time spent debating coding style the more time left for coding. -StyleCop should run on each build and give warnings for any violations. So please, follow the style -- you'll get used to it in the end (I know I have). +StyleCop should run on each build and give warnings for any violations. So please, follow the style; +you'll get used to it in the end (I know I have). If the .NET core team decide on a style and write an automatic checker/tidy tool for that style, I'll gladly adopt it! I'm certainly not tied to the current style, I'm just tired of endless coding @@ -67,4 +67,4 @@ Render tests should describe what the produced image is: void Rectangle_2px_Stroke_Filled() ---- -[1] Documentation rules are disabled because there's currently so much missing documentation, sorry! \ No newline at end of file +[1] Documentation rules are disabled because there's currently so much missing documentation, sorry!