File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Defined as:
26
26
method abs2rel(IO::Path:D $path, IO::Path:D $base = $*CWD --> Str:D)
27
27
28
28
Returns a string that represents C < $path > , but relative to C < $base > path.
29
- Both C < $path > and C < $base > may be relative paths C < $bar > defaults to C < $*CWD > .
29
+ Both C < $path > and C < $base > may be relative paths. C < $base > defaults to C < $*CWD > .
30
30
Uses L « C < IO::Spec::Win32 > |/type/IO::Spec::Win32» 's semantics.
31
31
32
32
= head2 method canonpath
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Defined as:
26
26
method abs2rel(IO::Path:D $path, IO::Path:D $base = $*CWD --> Str:D)
27
27
28
28
Returns a string that represents C < $path > , but relative to C < $base > path.
29
- Both C < $path > and C < $base > may be relative paths C < $bar > defaults to C < $*CWD >
29
+ Both C < $path > and C < $base > may be relative paths. C < $base > defaults to C < $*CWD >
30
30
31
31
= head2 method basename
32
32
You can’t perform that action at this time.
0 commit comments