mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-22 21:52:31 +03:00
[PHP/en]Fix small typo in PHP English tutorial (#2761)
This commit is contained in:
parent
1adf002021
commit
34b6b504fa
@ -342,7 +342,7 @@ switch ($x) {
|
||||
$i = 0;
|
||||
while ($i < 5) {
|
||||
echo $i++;
|
||||
}; // Prints "01234"
|
||||
} // Prints "01234"
|
||||
|
||||
echo "\n";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user