Skip to content

Commit b78d4fd

Browse files
committed
[io grant] Include type names in links to methods
Since links will list all the methods with such name, make it easier for reader to know which type was meant.
1 parent bdd18f1 commit b78d4fd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/Type/IO/Path.pod6

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,14 +104,15 @@ values the return values of the methods with the same names.
104104
Returns the string the object was constructed from or the value of
105105
C<$SPEC.join($volume,$dirname,$basename)> if multi-part version of C<.new>
106106
was used. B<NOTE:> this does not include the C<$.CWD>; see
107-
L«C<.absolute>|/routine/absolute» and L«C<.relative>|/routine/relative» for
107+
L«C<IO::Path.absolute>|/routine/absolute»
108+
and L«C<IO::Path.relative>|/routine/relative» for
108109
stringification options that include C<$.CWD>.
109110
110111
=head2 method Str
111112
112113
method Str(IO::Path:D: --> Str)
113114
114-
Alias for L«C<.path>|/routine/path».
115+
Alias for L«C<IO::Path.path>|/routine/path».
115116
116117
=head2 method open
117118

0 commit comments

Comments
 (0)