Commit 9e337968 authored by pbowyer's avatar pbowyer

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

parent 2ef3a63b
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment