From 48cb969d8280db5d7c4ada3d2116c38c09570c33 Mon Sep 17 00:00:00 2001 From: SimonePDA Date: Mon, 6 Nov 2017 12:41:14 +0100 Subject: [PATCH] Update break.adoc CamelCase --- Language/Structure/Control Structure/break.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Language/Structure/Control Structure/break.adoc b/Language/Structure/Control Structure/break.adoc index 2194c7565..ff018b8f5 100644 --- a/Language/Structure/Control Structure/break.adoc +++ b/Language/Structure/Control Structure/break.adoc @@ -19,7 +19,7 @@ subCategories: [ "Control Structure" ] [float] === Description [%hardbreaks] -`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. +`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. [%hardbreaks] -- @@ -63,4 +63,4 @@ for (x = 0; x < 255; x ++) [role="language"] -- -// SEE ALSO SECTION ENDS \ No newline at end of file +// SEE ALSO SECTION ENDS