Removes unnecessary comment

This commit is contained in:
Malcolm Fell 2013-06-30 12:24:48 +12:00
parent 7005c6fdf4
commit e1b9d8d7b4

View File

@ -276,8 +276,8 @@ do {
echo "\n";
for ($x = 0; $x < 10; $x++) {
echo $x; // Will echo 0 - 9
}// Prints "0123456789"
echo $x;
} // Prints "0123456789"
echo "\n";