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 e3353fd commit b3195d4Copy full SHA for b3195d4
exercises/concept/football-match-reports/.docs/introduction.md
@@ -35,7 +35,7 @@ switch (direction) {
35
36
## Modern Switch Statements
37
38
-The switch statement was improved in the latest Java versions.
+The switch statement was improved in the latest Java versions.
39
40
- The `break` keyword is not needed and the arrow operator is used instead of the semicolon.
41
- Multiple case values can be provided in a single case statement.
0 commit comments