mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-27 07:33:57 +00:00
Minor spacing consistency
This commit is contained in:
parent
5af1b4470c
commit
07bc89d1b3
@ -303,7 +303,7 @@ while ($i < 5) {
|
||||
break; // Exit out of the while loop
|
||||
}
|
||||
echo $i++;
|
||||
}// Prints "012"
|
||||
} // Prints "012"
|
||||
|
||||
for($i = 0; $i < 5; $i++){
|
||||
if ($i === 3) {
|
||||
|
Loading…
Reference in New Issue
Block a user