Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
quote status code
  • Loading branch information
kraih committed Aug 29, 2014
1 parent ea35fb6 commit dbb78b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Guides/Growing.pod
Expand Up @@ -377,7 +377,7 @@ set an absolute expiration date in the past.
$c->session(expires => 1);

For data that should only be visible on the next request, like a confirmation
message after a 302 redirect performed with
message after a C<302> redirect performed with
L<Mojolicious::Controller/"redirect_to">, you can use the flash, accessible
through the method L<Mojolicious::Controller/"flash">.

Expand Down

0 comments on commit dbb78b7

Please sign in to comment.