Skip to content

Commit 0734936

Browse files
committed
Fix pasto in class name
1 parent 7cf993d commit 0734936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/IO/Spec/Cygwin.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
=SUBTITLE Platform specific operations on file and directory paths for Cygwin
66
7-
class IO::Spec::QNX is IO::Spec::Unix { }
7+
class IO::Spec::Cygwin is IO::Spec::Unix { }
88
99
An object of this type is available via the variable C<$*SPEC> if the
1010
Raku interpreter is running on C<Cygwin>.

0 commit comments

Comments
 (0)