Skip to content

Commit 530a6e3

Browse files
committed
Sticking the note to the text
1 parent 09c6c3d commit 530a6e3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

doc/Language/modules.pod6

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@
77
=head1 Creating and using modules
88
99
A module is usually a source file or set of source files that expose
10-
Raku constructs.
11-
12-
N<Technically a module is a set of I<compunits> which are usually files
10+
Raku constructs N<Technically a module is a set of I<compunits> which are usually files
1311
but could come from anywhere as long as there is a I<compunit
1412
repository> that can provide it. See
15-
L<S11|https://design.raku.org/S11.html>.>
13+
L<S11|https://design.raku.org/S11.html>.>.
1614
1715
Modules are typically packages (L<classes|/language/objects#Classes>,
1816
L<roles|/language/objects#Roles>, L<grammars|/type/Grammar>),

0 commit comments

Comments
 (0)