Skip to content

Commit 75cbce7

Browse files
committed
fix example compilations
1 parent 1896846 commit 75cbce7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Language/101-basics.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Beth has won 1 match and 4 sets
7777
7878
=head1 Pragma X<C<v6>|v6 (Basics)>
7979
80-
=begin code
80+
=begin code :solo
8181
use v6;
8282
=end code
8383
@@ -151,7 +151,7 @@ it's the argument provided to C<open>.
151151
152152
=head1 X<Arrays|array (Basics)>, X<methods|method (Basics)> and X<invocants|invocant (Basics)>
153153
154-
=begin code :preamble<my @names>
154+
=begin code :preamble<my $file>
155155
my @names = $file.get.words;
156156
=end code
157157

0 commit comments

Comments
 (0)