diff options
author | admin <devnull@localhost> | 2006-10-21 20:04:01 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-10-21 20:04:01 +0200 |
commit | e7e1dcd452a15abaaa01c03cd1ade564e3a59453 (patch) | |
tree | cf531f1e81ce86d28eb9dce4d9c0138e2a40ca90 /user_guide/helpers/string_helper.html | |
parent | 9fcc28a29299fbbc242f87bf1b1e61fda6543886 (diff) |
Diffstat (limited to 'user_guide/helpers/string_helper.html')
-rw-r--r-- | user_guide/helpers/string_helper.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/helpers/string_helper.html b/user_guide/helpers/string_helper.html index 55cb1ae42..ca28dc668 100644 --- a/user_guide/helpers/string_helper.html +++ b/user_guide/helpers/string_helper.html @@ -103,7 +103,7 @@ Returns a fixed length 33 character string.</li> }<br />
</code>
-<p>You can add as many parameters as you want, and with each each iteration of your loop the next item will be returned.</p>
+<p>You can add as many parameters as you want, and with each iteration of your loop the next item will be returned.</p>
<code>for ($i = 0; $i < 10; $i++)<br />
{<br />
|