Skip to content

Commit 8b7c090

Browse files
authored
Merge pull request #459 from fv3rdugo/patch-1
Missing a break in example
2 parents 94803a5 + ff09536 commit 8b7c090

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Language/Structure/Control Structure/switchCase.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ switch (var) {
3737
break;
3838
default:
3939
// statements
40+
break;
4041
}
4142
----
4243

0 commit comments

Comments
 (0)