Skip to content

Commit 95692d5

Browse files
codenjsardalis
authored andcommitted
Update README.md (#56)
1 parent 697d72d commit 95692d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ foreach (var option in TestEnum.List)
205205
Console.WriteLine(option.Name);
206206
```
207207

208-
`List` returns an `IReadOnlyCollection` so you can use the `Count` property to efficiently get the number os available options.
208+
`List` returns an `IReadOnlyCollection` so you can use the `Count` property to efficiently get the number of available options.
209209

210210
```csharp
211211
var count = TestEnum.List.Count;

0 commit comments

Comments
 (0)