Skip to content

Commit 559a4e7

Browse files
committed
E<> doesn't work in perl6 --doc; use a comma
1 parent 8b3d608 commit 559a4e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/modules.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ files in a namespace.
2424
Module distributions (in the I<set of related source files> sense) in Perl 6
2525
have the same structure as any distribution in the Perl family of languages:
2626
there is a main project directory containing a C<README> and a C<LICENSE> file,
27-
a C<lib> directory for the source filesE<mdash>which may be individually
27+
a C<lib> directory for the source files, which may be individually
2828
referred to as modules and/or may themselves define modules with the C<module>
2929
keyword N<As L<synopsis S11|https://design.perl6.org/S11.html#Units> says:
3030
Confusing? Yes it is.>, a C<t> directory for tests, and possibly a C<bin>

0 commit comments

Comments
 (0)