Skip to content

Commit 3f25ea5

Browse files
committed
Fix typo; jkramer++
1 parent 9d07ddb commit 3f25ea5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/Type/IO/Spec/Cygwin.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Defined as:
2626
method abs2rel(IO::Path:D $path, IO::Path:D $base = $*CWD --> Str:D)
2727
2828
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>.
3030
Uses L«C<IO::Spec::Win32>|/type/IO::Spec::Win32»'s semantics.
3131
3232
=head2 method canonpath

doc/Type/IO/Spec/Unix.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Defined as:
2626
method abs2rel(IO::Path:D $path, IO::Path:D $base = $*CWD --> Str:D)
2727
2828
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>
3030
3131
=head2 method basename
3232

0 commit comments

Comments
 (0)