Skip to content

Commit 803d6f1

Browse files
committed
Small fix, as spotted by sjn and others.
1 parent 2341bcf commit 803d6f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

S11-modules.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ the current namespace is C<GLOBAL>, so the first such declaration in the
132132
file is automatically global.
133133

134134
X<use>
135-
You can use C<our module> to explicitly
136-
declare a module in the current namespace (or module, or class).
135+
You can use C<our module> to explicitly declare a module in the current
136+
namespace.
137137
To declare a lexically scoped module, use C<my module>.
138138
Module names are always searched for from innermost scopes to outermost.
139139
As with an initial C<::>, the presence of a C<::> within the name

0 commit comments

Comments
 (0)