Browse Source

Correct documentation.

euromark 12 years ago
parent
commit
57cb7ea260
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Cake/View/Helper/TextHelper.php

+ 1 - 1
lib/Cake/View/Helper/TextHelper.php

@@ -301,7 +301,7 @@ class TextHelper extends AppHelper {
  * - `ellipsis` Will be used as Beginning and prepended to the trimmed string
  * - `exact` If false, $text will not be cut mid-word
  *
- * @see String::truncate()
+ * @see String::tail()
  *
  * @param string $text String to truncate.
  * @param integer $length Length of returned string, including ellipsis.