Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Checks IO::Path refs #2632
  • Loading branch information
JJ committed Mar 2, 2019
1 parent 4b74096 commit 608b3e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/Type/IO/Path.pod6
Expand Up @@ -450,10 +450,10 @@ attribute the object was created with, and then is made relative to C<$base>.
Defined as:
multi method parent(IO::Path:D: --> IO::Path:D)
multi method parent(IO::Path:D: UInt:D $level --> IO::Path:D)
multi method parent(IO::Path:D:)
multi method parent(IO::Path:D: UInt:D $level)
Returns the parent path of the invocant. Note that no filesystem access
Returns the parent path of the invocant. Note that no actual filesystem access
is made, so the returned parent is physical and not the logical parent of
symlinked directories.
Expand Down

0 comments on commit 608b3e7

Please sign in to comment.