Skip to content

Commit 8bd3468

Browse files
authored
Update labeled_break.md
1 parent 85e81ea commit 8bd3468

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/loops/labeled_break.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,9 @@ while (x != 0) {
5050
IO.println(
5151
"y is " + y
5252
);
53-
54-
x--;
5553
y--;
5654
}
55+
x--;
5756
}
5857

5958
IO.println("done.");

0 commit comments

Comments
 (0)