We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 726df36 commit 15a3151Copy full SHA for 15a3151
doc/Language/module-packages.pod6
@@ -14,7 +14,7 @@ focuses on use of the C<module> declarator.
14
Modules, like classes and grammars, are a kind of
15
L<package|/language/packages>. Module objects are instances of the
16
C<ModuleHOW> metaclass; this provides certain capabilities useful
17
-for namespacing, versioning, delegation and data encapsulation (see
+for creating namespaces, versioning, delegation and data encapsulation (see
18
also L<class|/syntax/class> and L<role|/syntax/role>).
19
20
To create a module, use the C<module> declarator:
0 commit comments