Skip to content

Commit d6c4d43

Browse files
committed
Ensure that .pm6 is used consistently in module-packages.pod6.
1 parent 74d5377 commit d6c4d43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Language/module-packages.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ say Foo::loud-greeting; # OUTPUT: «GREETINGS, CAMELIA!␤»
112112
say friendly-greeting; # OUTPUT: «Greetings, friend!␤»
113113
=end code
114114
115-
If C<Foo.pm> is placed deeper within the source tree, e.g. at
116-
C<lib/Utils/Foo.pm>, we can elect to name the module C<Utils::Foo>
115+
If C<Foo.pm6> is placed deeper within the source tree, e.g. at
116+
C<lib/Utils/Foo.pm6>, we can elect to name the module C<Utils::Foo>
117117
to maintain consistency.
118118
119119

0 commit comments

Comments
 (0)