Skip to content

Commit 8266537

Browse files
AnturGyffrousper1234
authored andcommitted
Add space between single line comment begin and comment text
In order to remain consistent with other code examples
1 parent f5d20ad commit 8266537

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Language/Structure/Control Structure/switchCase.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ Nothing
7272
----
7373
switch (var) {
7474
case 1:
75-
//do something when var equals 1
75+
// do something when var equals 1
7676
break;
7777
case 2:
78-
//do something when var equals 2
78+
// do something when var equals 2
7979
break;
8080
default:
8181
// if nothing else matches, do the default

0 commit comments

Comments
 (0)