Skip to content

Commit

Permalink
doc block corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
euromark committed Jun 19, 2014
1 parent 53a544d commit 9c035ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Cake/Utility/String.php
Expand Up @@ -672,7 +672,7 @@ public static function excerpt($text, $phrase, $radius = 100, $ellipsis = '...')
}

/**
* Creates a comma separated list where the last two items are joined with 'and', forming natural English.
* Creates a comma separated list where the last two items are joined with 'and', forming natural language.
*
* @param array $list The list to be joined.
* @param string $and The word used to join the last and second last items together with. Defaults to 'and'.
Expand Down
2 changes: 1 addition & 1 deletion lib/Cake/View/Helper/TextHelper.php
Expand Up @@ -329,7 +329,7 @@ public function excerpt($text, $phrase, $radius = 100, $ending = '...') {
}

/**
* Creates a comma separated list where the last two items are joined with 'and', forming natural English.
* Creates a comma separated list where the last two items are joined with 'and', forming natural language.
*
* @param array $list The list to be joined.
* @param string $and The word used to join the last and second last items together with. Defaults to 'and'.
Expand Down

0 comments on commit 9c035ff

Please sign in to comment.