Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix copy/pasto in ??? and !!! listops.
  • Loading branch information
pmichaud committed Aug 18, 2012
1 parent ae41ef8 commit 5175565
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/operators.pod
Expand Up @@ -1178,7 +1178,7 @@ statement in a routine or type, it marks that routine or type as a stub
(which is significant in the context of pre-declaring types and composing
roles).
If the C<...> statement is executed, it calls L<&die>, with the default
If the C<!!!> statement is executed, it calls L<&die>, with the default
message C<stub code executed>.
=head2 listop ???
Expand All @@ -1188,7 +1188,7 @@ statement in a routine or type, it marks that routine or type as a stub
(which is significant in the context of pre-declaring types and composing
roles).
If the C<...> statement is executed, it calls L<&warn>, with the default
If the C<???> statement is executed, it calls L<&warn>, with the default
message C<stub code executed>.
=head1 Loose AND precedence
Expand Down

0 comments on commit 5175565

Please sign in to comment.