Skip to content

Commit

Permalink
Update _examples.md
Browse files Browse the repository at this point in the history
  • Loading branch information
knubew committed Sep 23, 2021
1 parent b090798 commit b7ac6e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/03.reference/02.tags/case/_examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
case 1:
result = 1;
break;
case 2: case 3:
case 2:
case 3:
result = "2 or 3";
break;
case 0:
Expand Down

0 comments on commit b7ac6e2

Please sign in to comment.