Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix typo in split_cookie_header example
  • Loading branch information
kraih committed Feb 10, 2015
1 parent d8a2218 commit aca57be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojo/Util.pm
Expand Up @@ -670,7 +670,7 @@ Read all data at once from file.
=head2 split_cookie_header
my $tree = splie_cookie_header 'a=b; expires=Thu, 07 Aug 2008 07:07:59 GMT';
my $tree = split_cookie_header 'a=b; expires=Thu, 07 Aug 2008 07:07:59 GMT';
Same as L</"split_header">, but handles C<expires> values from
L<RFC 6265|http://tools.ietf.org/html/rfc6265>.
Expand Down

0 comments on commit aca57be

Please sign in to comment.