Skip to content

Commit

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

0 comments on commit efdae1d

Please sign in to comment.