Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
there is no self.sorry but self.panic
  • Loading branch information
FROGGS committed Nov 27, 2012
1 parent 7bcefdd commit beea5df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Grammar.pm
Expand Up @@ -3449,7 +3449,7 @@ grammar Perl6::QGrammar is HLL::Grammar does STD {
token stopper { <!> }

method truly($bool, $opt) {
self.sorry("Cannot negate $opt adverb") unless $bool;
self.panic("Cannot negate $opt adverb") unless $bool;
self;
}

Expand Down

0 comments on commit beea5df

Please sign in to comment.