From a6fe6976b377aa6f26732d93a4c2af17bd1b7e59 Mon Sep 17 00:00:00 2001 From: Pascal Borreli Date: Wed, 12 Nov 2014 19:41:25 +0000 Subject: [PATCH] Fixed typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 273c1a2..9f7e394 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -48,7 +48,7 @@ The general rule we follow is "use Visual Studio defaults". 2. We use four spaces of indentation (no tabs) 3. We use "_camelCase" private members and use "readonly" where possible 4. We avoid `this.` unless absolutely necessary -5. We always specify the visiblity, even if it's the default (i.e. +5. We always specify the visibility, even if it's the default (i.e. `private string _foo` not `string _foo`) 6. Namespace imports should be specified at the top of the file, *outside* of `namespace` declarations and should be sorted alphabetically, with `System.`