Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix typo in example
  • Loading branch information
kraih committed Jan 27, 2017
1 parent 132d772 commit 9438ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojo/URL.pm
Expand Up @@ -490,7 +490,7 @@ security reasons.
Same as L</"to_string">, but includes L</"userinfo">.
# "ttp://daniel:s3cret@mojolicious.org"
# "http://daniel:s3cret@mojolicious.org"
Mojo::URL->new('http://daniel:s3cret@mojolicious.org')->to_unsafe_string;
=head2 username
Expand Down

0 comments on commit 9438ede

Please sign in to comment.