Skip to content

Commit

Permalink
fixed typo in helper example
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jul 1, 2013
1 parent 1755e65 commit b58a570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Plugin/DefaultHelpers.pm
Expand Up @@ -220,7 +220,7 @@ Alias for L<Mojolicious::Controller/"session">.
Alias for L<Mojolicious::Controller/"stash">.
%= stash 'name' // 'Somebody'
%= stash('name') // 'Somebody'
=head2 title
Expand Down

0 comments on commit b58a570

Please sign in to comment.