Skip to content

Commit

Permalink
Correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrowder committed Mar 23, 2020
1 parent 0588b51 commit 4e84900
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Type/IO/Spec/Unix.pod6
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
class IO::Spec::Unix is IO::Spec { }
On object of this type is available via the variable C<$*SPEC> if the
An object of this type is available via the variable C<$*SPEC> if the
Raku interpreter is running on a Unix-like platform.
The C<IO::Spec::*> classes provide low-level path operations. Unless
Expand Down Expand Up @@ -363,4 +363,4 @@ Returns a string representing the directory one up from current:
=end pod

# vim: expandtab shiftwidth=4 ft=perl6
# vim: expandtab shiftwidth=4 ft=perl6

0 comments on commit 4e84900

Please sign in to comment.