Remove more markdown that GitHub cannot handle

pull/560/head
Jonathan B Coe 2020-06-04 15:05:36 +01:00 committed by GitHub
parent edd630a9ee
commit b448694ab3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -235,7 +235,7 @@ namespace MyNamespace { // Namespaces are PascalCase
For example:
```c# {.good}
```c#
int SomeProperty => _someProperty
```
@ -359,7 +359,7 @@ int SomeProperty => _someProperty
For example:
```c# {.good}
```c#
var x = new SomeClass {
Property1 = value1,
Property2 = value2,