Skip to content

Commit bc1d0e8

Browse files
flussencezoffixznet
authored andcommitted
Add missing =for code on one paragraph (#1361)
On https://docs.perl6.org/language/io-guide this bit was rendering as plain body text. I decided against putting `=begin code`..`=end code` around the whole area in case someone else might want to add exposition in between later.
1 parent 285a45c commit bc1d0e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/Language/io-guide.pod6

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ my $fh = open $*SPEC.catpath: '', 'foo/bar', $file;
244244
my $data = $fh.slurp;
245245
$fh.close;
246246
247+
=for code :skip-test
247248
# RIGHT! Use IO::Path to do all the dirty work
248249
my $data = 'foo/bar'.IO.add($file).slurp;
249250

0 commit comments

Comments
 (0)