Skip to content

Commit 653c334

Browse files
committed
Fix incorrect and unneeded link to self
1 parent 56b42ef commit 653c334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/IO/CatHandle.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
99
This class has been available in Rakudo since version 2017.06.
1010
11-
The C<IO::CatHandle|/type/IO::CatHandle> class provides a means to create an L<IO::Handle|/type/IO::Handle> that
11+
The C<IO::CatHandle> class provides a means to create an L<IO::Handle|/type/IO::Handle> that
1212
seamlessly gathers input from multiple L<IO::Handle|/type/IO::Handle> and L<IO::Pipe|/type/IO::Pipe> sources.
1313
1414
All of the L<IO::Handle|/type/IO::Handle>'s methods are implemented, and while attempt to use

0 commit comments

Comments
 (0)