We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b07b628 commit 53fb200Copy full SHA for 53fb200
1 file changed
language/control-structures/do-while.xml
@@ -59,7 +59,7 @@ do {
59
if ($i < $minimum_limit) {
60
break;
61
}
62
- echo "i is ok";
+ echo "i is ok";
63
64
/* process i */
65
0 commit comments