Skip to content

Commit 53fb200

Browse files
authored
do-while: align example code indentation (#5278)
1 parent b07b628 commit 53fb200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

language/control-structures/do-while.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ do {
5959
if ($i < $minimum_limit) {
6060
break;
6161
}
62-
echo "i is ok";
62+
echo "i is ok";
6363
6464
/* process i */
6565

0 commit comments

Comments
 (0)