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 Mar 7, 2012
1 parent 47f4c83 commit eeaf2f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojo/Message/Response.pm
Expand Up @@ -206,7 +206,7 @@ implements the following new ones.
my $cookies = $res->cookies;
$res = $res->cookies(Mojo::Cookie::Response->new);
$req = $req->cookies({name => 'foo', value => 'bar'});
$res = $res->cookies({name => 'foo', value => 'bar'});
Access response cookies, usually L<Mojo::Cookie::Response> objects.
Expand Down

0 comments on commit eeaf2f0

Please sign in to comment.