Skip to content

Commit 48cb969

Browse files
author
SimonePDA
authored
Update break.adoc
CamelCase
1 parent 436b6c5 commit 48cb969

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Language/Structure/Control Structure/break.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ subCategories: [ "Control Structure" ]
1919
[float]
2020
=== Description
2121
[%hardbreaks]
22-
`break` is used to exit from a link:../for[for], link:../while[while] or link:../doWhile[do...while] loop, bypassing the normal loop condition. It is also used to exit from a link:../switchCase[switch case] statement.
22+
`break` is used to exit from a link:../for[for], link:../while[while] or link:../dowhile[do...while] loop, bypassing the normal loop condition. It is also used to exit from a link:../switchcase[switch case] statement.
2323
[%hardbreaks]
2424

2525
--
@@ -63,4 +63,4 @@ for (x = 0; x < 255; x ++)
6363
[role="language"]
6464

6565
--
66-
// SEE ALSO SECTION ENDS
66+
// SEE ALSO SECTION ENDS

0 commit comments

Comments
 (0)