Skip to content

Commit

Permalink
fix typo in stash example
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Mar 15, 2015
1 parent 09c3a36 commit b6100f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Guides/Rendering.pod
Expand Up @@ -312,7 +312,7 @@ through the L<Mojolicious::Controller/"stash">.

$c->stash(description => 'web framework');
$c->stash(frameworks => [qw(Catalyst Mojolicious)]);
$c->stash(spinoffs => {minion => 'a job queue'});
$c->stash(spinoffs => {minion => 'job queue'});

%= $description
%= $frameworks->[1]
Expand Down

0 comments on commit b6100f9

Please sign in to comment.