Skip to content

Commit

Permalink
fixed typo in example
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Oct 7, 2014
1 parent 60a1072 commit f7e2f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Controller.pm
Expand Up @@ -509,7 +509,7 @@ than one cookie you can also use L</"every_cookie">.
=head2 every_cookie
my $cookies = $c->all_cookie('foo');
my $cookies = $c->every_cookie('foo');
Access all request cookie values with the same name. To access only one cookie
you can also use L</"cookie">.
Expand Down

0 comments on commit f7e2f59

Please sign in to comment.