Skip to content

Commit

Permalink
documentation tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed May 1, 2012
1 parent 48b3692 commit e92cab6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/Mojo/Message/Response.pm
Expand Up @@ -54,7 +54,7 @@ my %MESSAGES = (
428 => 'Precondition Required', # RFC 6585
429 => 'Too Many Requests', # RFC 6585
431 => 'Request Header Fields Too Large', # RFC 6585
449 => 'Retry With', # Unofficial Microsoft
449 => 'Retry With', # Unofficial (Microsoft)
500 => 'Internal Server Error',
501 => 'Not Implemented',
502 => 'Bad Gateway',
Expand Down
6 changes: 3 additions & 3 deletions lib/Mojolicious.pm
Expand Up @@ -667,8 +667,8 @@ L<http://github.com/kraih/mojo>
=head1 BUNDLED FILES
L<Mojolicious> ships with a few popular static files bundled in the C<public>
directory.
The L<Mojolicious> distribution includes a few files with different licenses
that have been bundled for internal use.
=head2 Mojolicious Artwork
Expand All @@ -679,7 +679,7 @@ L<http://creativecommons.org/licenses/by-sa/3.0>.
=head2 jQuery
Copyright 2011, John Resig.
Copyright (C) 2011, John Resig.
Licensed under the MIT License, L<http://creativecommons.org/licenses/MIT>.
Expand Down

0 comments on commit e92cab6

Please sign in to comment.