Skip to content

Commit d8b020e

Browse files
authored
Merge pull request #1978 from mryan/master
Clarify 'Bar.pm6' vs 'how to use Bar.pm6'
2 parents 5a27049 + 91a56e8 commit d8b020e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/module-packages.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ say Foo::loud-greeting; # OUTPUT: «GREETINGS, CAMELIA!␤»
161161
say friendly-greeting; # OUTPUT: «Greetings, friend!␤»
162162
=end code
163163
164-
and here's C<Bar.pm6>,
164+
and here's how we use C<Bar.pm6>,
165165
166166
=begin code :skip-test<filesystem related>
167167
use Bar;

0 commit comments

Comments
 (0)