1
0
mirror of synced 2024-12-14 07:06:04 +03:00

Corrected formatting typo and changed "Above" to "Below" to make a sentence make sense

This commit is contained in:
pbowyer 2007-11-05 11:35:48 +00:00
parent 2ef3a63be6
commit 9e3379689b

View File

@ -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: