Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed typo in canonicalization example
  • Loading branch information
kraih committed Sep 17, 2013
1 parent 633e716 commit ed95057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojo/Path.pm
Expand Up @@ -189,7 +189,7 @@ Canonicalize path.
# "/foo/baz"
Mojo::Path->new('/foo/./bar/../baz')->canonicalize;
# "../foo/baz"
# "/../baz"
Mojo::Path->new('/foo/../bar/../../baz')->canonicalize;
=head2 clone
Expand Down

0 comments on commit ed95057

Please sign in to comment.