Skip to content

Commit a404019

Browse files
committed
- Should be a fix for rakudo/issues/#2466
1 parent 09cacab commit a404019

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Type/IO/Handle.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -729,8 +729,8 @@ mode.
729729
730730
"foo".IO.open.Supply(:size<10>).tap: *.perl.say;
731731
# OUTPUT:
732-
# "I ♥ Perl 6"
733-
# "!\n"
732+
# "I ♥ Perl"
733+
# " 6!\n"
734734
=end code
735735
736736
=head2 method path

0 commit comments

Comments
 (0)