Skip to content

Commit 7eef1f4

Browse files
authored
clarify tag separator comments in the example
1 parent 2d88020 commit 7eef1f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/Language/modules.pod6

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,11 +193,11 @@ no matter whether the using program adds any tag or not.
193193
=end code
194194
195195
5. Multiple tags may be used in the C<export> trait, but they must
196-
be separated by either commas, or whitespace, but not both.
196+
all be separated by either commas, or whitespace, but not both.
197197
198198
=begin code
199-
sub foo() is export(:foo :s2) {}
200-
sub bar() is export(:bar, :s3) {}
199+
sub foo() is export(:foo :s2 :net) {}
200+
sub bar() is export(:bar, :s3, :some) {}
201201
=end code
202202
203203
=head3 UNIT::EXPORT::*

0 commit comments

Comments
 (0)