Skip to content

Commit 920cc6f

Browse files
authored
Merge pull request #2432 from Xliff/xliff-patch-20180725
- Should be a fix for rakudo/issues/#2466 Thanks!
2 parents 6e8305e + a404019 commit 920cc6f

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
@@ -759,8 +759,8 @@ mode.
759759
760760
"foo".IO.open.Supply(:size<10>).tap: *.perl.say;
761761
# OUTPUT:
762-
# "I ♥ Perl 6"
763-
# "!\n"
762+
# "I ♥ Perl"
763+
# " 6!\n"
764764
=end code
765765
766766
=head2 method path

0 commit comments

Comments
 (0)