Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
better description for title helper
  • Loading branch information
kraih committed Aug 29, 2014
1 parent 6b70a6e commit 138de81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Mojolicious/Plugin/DefaultHelpers.pm
Expand Up @@ -321,11 +321,11 @@ Alias for L<Mojolicious::Controller/"stash">.
=head2 title
%= title
% title 'Welcome!';
% title 'Welcome!', foo => 'bar';
%= title
Set C<title> stash value, all additional pairs get merged into the
Get of set C<title> stash value, all additional pairs get merged into the
L</"stash">.
=head2 ua
Expand Down

0 comments on commit 138de81

Please sign in to comment.