We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 370881d + a6fe697 commit 7bfd657Copy full SHA for 7bfd657
CONTRIBUTING.md
@@ -48,7 +48,7 @@ The general rule we follow is "use Visual Studio defaults".
48
2. We use four spaces of indentation (no tabs)
49
3. We use "_camelCase" private members and use "readonly" where possible
50
4. We avoid `this.` unless absolutely necessary
51
-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.
52
`private string _foo` not `string _foo`)
53
6. Namespace imports should be specified at the top of the file, *outside* of
54
`namespace` declarations and should be sorted alphabetically, with `System.`
0 commit comments