Skip to content

Commit

Permalink
Updated doc block comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswatts committed Aug 10, 2013
1 parent 19afed0 commit f760466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Network/CakeResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ public function statusCode($code = null) {
* -1 => 'Reverse Infinity',
* 12345 => 'Universal Password',
* 'Hello' => 'World'
* )); // throws an error due to invalid codes
* )); // throws an exception due to invalid codes
*
* For more on HTTP status codes see: http://www.w3.org/Protocols/rfc2616/rfc2616-sec6.html#sec6.1
*
Expand Down

0 comments on commit f760466

Please sign in to comment.