mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-27 07:33:57 +00:00
Removes unnecessary comment
This commit is contained in:
parent
7005c6fdf4
commit
e1b9d8d7b4
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user