Skip to content

Commit 5a39a32

Browse files
authored
Fix #1312
1 parent 662da2d commit 5a39a32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Language/io-guide.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ are difficult to store entirely in memory all at the same time, these two
7373
routines are for you.
7474
7575
=for code :skip-test
76-
"my-file.txt".IO.spurt: "I ♥ Perl 6!";
76+
"my-file.txt".IO.spurt: "I ♥ Perl!";
7777
7878
The code above creates a file named C<my-file.txt> in the currect directory
79-
and then writes text C<I ♥ Perl 6!> into it. If Perl 6 is your first language,
79+
and then writes text C<I ♥ Perl!> into it. If Perl 6 is your first language,
8080
celebrate your accomplishment! Try to open the file you created with some other
8181
program to verify what you wrote with your program. If you already know
8282
some other language, you may be wondering if this guide missed anything like

0 commit comments

Comments
 (0)