Skip to content

Commit 15a3151

Browse files
committed
slight change to usage
1 parent 726df36 commit 15a3151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/module-packages.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ focuses on use of the C<module> declarator.
1414
Modules, like classes and grammars, are a kind of
1515
L<package|/language/packages>. Module objects are instances of the
1616
C<ModuleHOW> metaclass; this provides certain capabilities useful
17-
for namespacing, versioning, delegation and data encapsulation (see
17+
for creating namespaces, versioning, delegation and data encapsulation (see
1818
also L<class|/syntax/class> and L<role|/syntax/role>).
1919
2020
To create a module, use the C<module> declarator:

0 commit comments

Comments
 (0)