Skip to content

Commit 32794d3

Browse files
author
Stefania
authored
Merge pull request #212 from per1234/switchcase-example-bug
Fix bug in switchCase example code
2 parents 91169a8 + 6b4b029 commit 32794d3

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
@@ -76,6 +76,7 @@ Nothing
7676
default:
7777
// if nothing else matches, do the default
7878
// default is optional
79+
break;
7980
}
8081
8182
----

0 commit comments

Comments
 (0)