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 ee17142 commit bd75550Copy full SHA for bd75550
documentation/src/basic-constructs.md
@@ -67,7 +67,7 @@ return condition
67
68
## switch expression
69
70
-Prefer switch expression over switch statements.
+Prefer switch expressions over switch statements.
71
72
```csharp
73
return animalKind switch
0 commit comments