Skip to content

Commit

Permalink
Wrapping while addressing Raku#3910
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Jul 3, 2021
1 parent b3d4cec commit b3126c1
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions doc/Language/modules.pod6
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,16 @@
=head1 Creating and using modules
A module is usually a source file or set of source files that expose
Raku constructs N<Technically a module is a set of I<compunits> which are usually files
but could come from anywhere as long as there is a I<compunit
repository> that can provide it. See
L<S11|https://design.raku.org/S11.html>.>.
A module is usually a source file or set of source files that expose Raku
constructs N<Technically a module is a set of I<compunits> which are usually
files but could come from anywhere as long as there is a I<compunit repository>
that can provide it. See L<S11|https://design.raku.org/S11.html>.>.
Modules are typically packages (L<classes|/language/objects#Classes>,
L<roles|/language/objects#Roles>, L<grammars|/type/Grammar>),
L<subroutines|/language/functions>, and sometimes
L<variables|/language/variables>. In Raku I<module> can also refer to a type
of package declared with the C<module> keyword (see L<Module
L<variables|/language/variables>. In Raku I<module> can also refer to a type of
package declared with the C<module> keyword (see L<Module
Packages|/language/module-packages> and the examples below) but here we mostly
mean "module" as a set of source files in a namespace.
Expand Down

0 comments on commit b3126c1

Please sign in to comment.