Skip to content

Commit bd75550

Browse files
author
Ruben Schmidmeister
committed
Fix typo
1 parent ee17142 commit bd75550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/src/basic-constructs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ return condition
6767

6868
## switch expression
6969

70-
Prefer switch expression over switch statements.
70+
Prefer switch expressions over switch statements.
7171

7272
```csharp
7373
return animalKind switch

0 commit comments

Comments
 (0)