Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed typo and changed the documentation for the 'path' method
  • Loading branch information
Jan-Olof Hendig committed May 19, 2016
1 parent 9e95b4e commit 16fd361
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/Type/IO/Path.pod
Expand Up @@ -92,9 +92,9 @@ values the return values of the methods with the same names.
=head2 method path
method path(IO::Path:D:)
method path(IO::Path:D: --> Str)
Returns the invocant.
Returns the full path as a string.
=head2 method Str
Expand Down Expand Up @@ -382,7 +382,7 @@ creation time.
my $io = IO::Path.new("/bin/bash");
say $io.SPEC; # (Unix)
say $IO.SPEC.dir-sep; # /
say $io.SPEC.dir-sep; # /
=head1 File Test operators
Expand Down

0 comments on commit 16fd361

Please sign in to comment.