Skip to content

Commit b3195d4

Browse files
authored
Delete whitespace
1 parent e3353fd commit b3195d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/concept/football-match-reports/.docs/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ switch (direction) {
3535

3636
## Modern Switch Statements
3737

38-
The switch statement was improved in the latest Java versions.
38+
The switch statement was improved in the latest Java versions.
3939

4040
- The `break` keyword is not needed and the arrow operator is used instead of the semicolon.
4141
- Multiple case values can be provided in a single case statement.

0 commit comments

Comments
 (0)