Fixed typo

pull/19/head
Pascal Borreli 2014-11-12 19:41:25 +00:00
parent 370881deba
commit a6fe6976b3
1 changed files with 1 additions and 1 deletions

View File

@ -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.`