Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
stmuk committed Nov 5, 2015
1 parent af78ecc commit bf00046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Exception.pm
Expand Up @@ -1700,7 +1700,7 @@ my class X::Backslash::NonVariableDollar does X::Syntax {
my class X::ControlFlow is Exception {
has $.illegal; # something like 'next'
has $.enclosing; # .... outside a loop
has $.backtrace; # where the bougs control flow op was
has $.backtrace; # where the bogus control flow op was

method backtrace() {
$!backtrace || nextsame();
Expand Down

0 comments on commit bf00046

Please sign in to comment.