Corrected formatting typo and changed "Above" to "Below" to make a sentence make sense
This commit is contained in:
parent
2ef3a63be6
commit
9e3379689b
@ -24,9 +24,9 @@ foreach($users as $user) {
|
|||||||
print $phonenumber . ' ';
|
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">
|
<code type="php">
|
||||||
// same thing implemented much more efficiently:
|
// same thing implemented much more efficiently:
|
||||||
|
Loading…
Reference in New Issue
Block a user