Skip to content

Commit

Permalink
Merge pull request #185 from fizzed/jjlauer-patch-1
Browse files Browse the repository at this point in the history
Update SYNTAX.md
  • Loading branch information
jjlauer authored Nov 7, 2024
2 parents 8e0b9af + 2caadbf commit 786fa8c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/SYNTAX.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,11 +198,9 @@ these characters as long as you have matching left and right curly brackets.

### Switch - case - default blocks (@switch)

Standard Java switch - case - defai;t control flow. The left curly character ```{``` indicates
Standard Java switch - case - default control flow. The left curly character ```{``` indicates
the start of a block and the right curly character ```}``` marks the end.

The ```else if``` option is available as of v0.16.0.

Switch block with case and default example.

@switch (s) {
Expand Down

0 comments on commit 786fa8c

Please sign in to comment.