Skip to content

Commit 0ce48fe

Browse files
authored
capitalize first word in a sentence
1 parent 7eef1f4 commit 0ce48fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/modules.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ tags: C<ALL>, C<DEFAULT> and C<MANDATORY>.
162162
Note there currently is no way for the user to import a single object if
163163
the module author hasn't made provision for that, and it is not an easy
164164
task at the moment (see RT #127305). One way the author can provide
165-
such access is to give each C<export> trait its own unique tag. (and the tag
165+
such access is to give each C<export> trait its own unique tag. (And the tag
166166
can be the object name!) Then the user can either (1) import all objects:
167167
168168
=begin code

0 commit comments

Comments
 (0)