Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix IO::Path::relative return type to Str
  • Loading branch information
kalkin committed Jan 7, 2017
1 parent efdae1d commit 0012741
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Type/IO/Path.pod6
Expand Up @@ -143,9 +143,9 @@ Returns a new C<Str> object that is an absolute path, based on C<$base>.
=head2 method relative
method relative(IO::Path:D: $base = ~$*CWD --> IO::Path)
method relative(IO::Path:D: $base = ~$*CWD --> Str)
Returns a new C<IO::Path> object relative to the C<$base> path.
Returns a new C<Str> object relative to the C<$base> path.
=head2 method parent
Expand Down

0 comments on commit 0012741

Please sign in to comment.