Skip to content

Commit 1c11f70

Browse files
committed
whitespace
pass xt/links-not-links.t
1 parent 58db9e7 commit 1c11f70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Language/modules.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -537,8 +537,8 @@ dot are ignored and symlinks are followed.
537537
538538
It is important in this section to repeat the note at the beginning of this
539539
document, namely that there is a difference between a B<Raku> C<distribution>,
540-
which approximates a I<module> in other languages, and a B<Raku> L<module
541-
declaration|https://docs.raku.org/language/syntax#index-entry-declarator_unit-declarator_module-declarator_package-Package,_Module,_Class,_Role,_and_Grammar_declaration>.
540+
which approximates a I<module> in other languages, and a B<Raku>
541+
L<module declaration|https://docs.raku.org/language/syntax#index-entry-declarator_unit-declarator_module-declarator_package-Package,_Module,_Class,_Role,_and_Grammar_declaration>.
542542
The reason for this is that a single file may contain a number of C<class>,
543543
C<module>, C<role> etc declarations, or these declarations may be spread between
544544
different files. In addition, when a C<distribution> is published (see

0 commit comments

Comments
 (0)