Skip to content

Commit

Permalink
doc block correction
Browse files Browse the repository at this point in the history
  • Loading branch information
euromark committed Aug 3, 2012
1 parent 917d912 commit 853fa7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Utility/String.php
Expand Up @@ -431,7 +431,7 @@ public static function stripLinks($text) {
*
* @param string $text String to truncate.
* @param integer $length Length of returned string, including ellipsis.
* @param array $options An array of html attributes and options.
* @param array $options An array of options.
* @return string Trimmed string.
*/
public static function tail($text, $length = 100, $options = array()) {
Expand Down

0 comments on commit 853fa7d

Please sign in to comment.