Skip to content

Commit

Permalink
mention the actual default value
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Sep 30, 2015
1 parent 36c7aa2 commit 9647b65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Mojolicious/Renderer.pm
Expand Up @@ -301,7 +301,8 @@ for templates to be detected.
my $default = $renderer->default_format;
$renderer = $renderer->default_format('html');
The default format to render if C<format> is not set in the stash.
The default format to render if C<format> is not set in the stash, defaults to
C<html>.
=head2 default_handler
Expand Down

0 comments on commit 9647b65

Please sign in to comment.