summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2008-09-25 15:34:30 +0200
committerDerek Allard <derek.allard@ellislab.com>2008-09-25 15:34:30 +0200
commitcce31591f865bcf0130945fcfb44335bfd964018 (patch)
tree0eccaf6fc4395152ac8c74cfb5237574d25dddb4 /user_guide
parentbc2bfa86bf7125608b7fc190993fafc654cb0da3 (diff)
clarification
Diffstat (limited to 'user_guide')
-rw-r--r--user_guide/helpers/text_helper.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/helpers/text_helper.html b/user_guide/helpers/text_helper.html
index 28855f4dd..71047981a 100644
--- a/user_guide/helpers/text_helper.html
+++ b/user_guide/helpers/text_helper.html
@@ -97,7 +97,7 @@ $string = character_limiter($string, 20);<br /><br />
// Returns: Here is a nice text string&#8230;
</code>
-<p>The third parameter is an optional suffix added to the string. By default it adds an ellipsis.</p>
+<p>The third parameter is an optional suffix added to the string, if undeclared this helper uses an ellipsis.</p>