Skip to content

Commit 5175565

Browse files
committed
Fix copy/pasto in ??? and !!! listops.
1 parent ae41ef8 commit 5175565

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/operators.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1178,7 +1178,7 @@ statement in a routine or type, it marks that routine or type as a stub
11781178
(which is significant in the context of pre-declaring types and composing
11791179
roles).
11801180
1181-
If the C<...> statement is executed, it calls L<&die>, with the default
1181+
If the C<!!!> statement is executed, it calls L<&die>, with the default
11821182
message C<stub code executed>.
11831183
11841184
=head2 listop ???
@@ -1188,7 +1188,7 @@ statement in a routine or type, it marks that routine or type as a stub
11881188
(which is significant in the context of pre-declaring types and composing
11891189
roles).
11901190
1191-
If the C<...> statement is executed, it calls L<&warn>, with the default
1191+
If the C<???> statement is executed, it calls L<&warn>, with the default
11921192
message C<stub code executed>.
11931193
11941194
=head1 Loose AND precedence

0 commit comments

Comments
 (0)