summaryrefslogtreecommitdiffstats
path: root/user_guide/helpers/string_helper.html
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2007-09-24 14:13:47 +0200
committerDerek Allard <derek.allard@ellislab.com>2007-09-24 14:13:47 +0200
commit2bee4c039394efeadacabe93f4ccc475a949c104 (patch)
tree91e63f18aa3de80729d274c4ecc3649a575fa6ef /user_guide/helpers/string_helper.html
parent55cea25ca15e7af3c8f525a0d577ee1f64a84c78 (diff)
uniquid changed to uniqid
Diffstat (limited to 'user_guide/helpers/string_helper.html')
-rw-r--r--user_guide/helpers/string_helper.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/helpers/string_helper.html b/user_guide/helpers/string_helper.html
index c20c7b840..8ba80c6a7 100644
--- a/user_guide/helpers/string_helper.html
+++ b/user_guide/helpers/string_helper.html
@@ -84,7 +84,7 @@ String Helper
<li><strong>alnum</strong>:&nbsp; Alpha-numeric string with lower and uppercase characters.</li>
<li><strong>numeric</strong>:&nbsp; Numeric string.</li>
<li><strong>nozero</strong>:&nbsp; Numeric string with no zeros.</li>
-<li><strong>unique</strong>:&nbsp; Encrypted with MD5 and uniquid(). Note: The length parameter is not available for this type.
+<li><strong>unique</strong>:&nbsp; Encrypted with MD5 and uniqid(). Note: The length parameter is not available for this type.
Returns a fixed length 33 character string.</li>
</ul>