We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e95b4e commit 16fd361Copy full SHA for 16fd361
doc/Type/IO/Path.pod
@@ -92,9 +92,9 @@ values the return values of the methods with the same names.
92
93
=head2 method path
94
95
- method path(IO::Path:D:)
+ method path(IO::Path:D: --> Str)
96
97
-Returns the invocant.
+Returns the full path as a string.
98
99
=head2 method Str
100
@@ -382,7 +382,7 @@ creation time.
382
383
my $io = IO::Path.new("/bin/bash");
384
say $io.SPEC; # (Unix)
385
- say $IO.SPEC.dir-sep; # /
+ say $io.SPEC.dir-sep; # /
386
387
=head1 File Test operators
388
0 commit comments