Skip to content

Commit

Permalink
fixed typo in rendering guide
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 29, 2014
1 parent 24ef5e5 commit b2484c2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
@@ -1,4 +1,6 @@

4.73 2014-01-30

4.72 2014-01-29
- Added accepts, template_for and template_handler methods to
Mojolicious::Renderer.
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious.pm
Expand Up @@ -43,7 +43,7 @@ has types => sub { Mojolicious::Types->new };
has validator => sub { Mojolicious::Validator->new };

our $CODENAME = 'Top Hat';
our $VERSION = '4.72';
our $VERSION = '4.73';

sub AUTOLOAD {
my $self = shift;
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Guides/Rendering.pod
Expand Up @@ -367,7 +367,7 @@ used or an empty C<204> response rendered automatically.
}

For even more advanced negotiation logic you can also use the helper
L<Mojolicious::DefaultHelpers/"accepts">.
L<Mojolicious::Plugin::DefaultHelpers/"accepts">.

=head2 Rendering C<exception> and C<not_found> pages

Expand Down

0 comments on commit b2484c2

Please sign in to comment.