Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lyrixx committed Oct 2, 2011
1 parent dc1a5e6 commit 384e816
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/usage.rst
Expand Up @@ -392,6 +392,7 @@ handle them differently::
switch ($code) {
case 404:
$message = 'The requested page could not be found.';
break;
default:
$message = 'We are sorry, but something went terribly wrong.';
}
Expand Down

0 comments on commit 384e816

Please sign in to comment.