Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Correct documentation.
  • Loading branch information
euromark committed May 2, 2014
1 parent fecf321 commit 57cb7ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/View/Helper/TextHelper.php
Expand Up @@ -301,7 +301,7 @@ public function truncate($text, $length = 100, $options = array()) {
* - `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.
Expand Down

0 comments on commit 57cb7ea

Please sign in to comment.