Corrected formatting typo and changed "Above" to "Below" to make a sentence make sense
This commit is contained in:
parent
2ef3a63be6
commit
9e3379689b
1 changed files with 2 additions and 2 deletions
|
@ -24,9 +24,9 @@ foreach($users as $user) {
|
|||
print $phonenumber . ' ';
|
||||
}
|
||||
}
|
||||
<code>
|
||||
</code>
|
||||
|
||||
However you should not use it. Above is the same behaviour implemented much more efficiently:
|
||||
However you should not use it. Below is the same behaviour implemented much more efficiently:
|
||||
|
||||
<code type="php">
|
||||
// same thing implemented much more efficiently:
|
||||
|
|
Loading…
Add table
Reference in a new issue