Skip to content
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.

Commit

Permalink
Fix mistake in README
Browse files Browse the repository at this point in the history
Thanks to @ZacharyPatten for pointing it out.
  • Loading branch information
Abrynos committed Aug 11, 2021
1 parent 47c1568 commit af2480d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ You can most likely skip this step, as the primary use-case for this is to provi

```c#
public interface MyInterface {
public int SomeValue { get; set }
public int SomeValue { get; set; }
}
```

Expand Down

0 comments on commit af2480d

Please sign in to comment.