Skip to content

Commit 2b173ef

Browse files
authored
Merge pull request #689 from animeshsrivastava24/patch-26
Code Highlight markup and Link colouration fix continue.adoc
2 parents e23ad74 + d201ead commit 2b173ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Structure/Control Structure/continue.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ subCategories: [ "Control Structure" ]
1818
[float]
1919
=== Description
2020
[%hardbreaks]
21-
The `continue` statement skips the rest of the current iteration of a loop (link:../for[for], link:../while[while], or link:../dowhile[do...while]). It continues by checking the conditional expression of the loop, and proceeding with any subsequent iterations.
21+
The `continue` statement skips the rest of the current iteration of a loop (`link:../for[for]`, `link:../while[while]`, or `link:../dowhile[do...while]`). It continues by checking the conditional expression of the loop, and proceeding with any subsequent iterations.
2222
[%hardbreaks]
2323

2424
--

0 commit comments

Comments
 (0)