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.
1 parent 697d72d commit 95692d5Copy full SHA for 95692d5
README.md
@@ -205,7 +205,7 @@ foreach (var option in TestEnum.List)
205
Console.WriteLine(option.Name);
206
```
207
208
-`List` returns an `IReadOnlyCollection` so you can use the `Count` property to efficiently get the number os available options.
+`List` returns an `IReadOnlyCollection` so you can use the `Count` property to efficiently get the number of available options.
209
210
```csharp
211
var count = TestEnum.List.Count;
0 commit comments