Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #574 from stmuk/nom
fix typo
  • Loading branch information
lizmat committed Nov 5, 2015
2 parents af78ecc + bf00046 commit 1a60da9
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 1a60da9

Please sign in to comment.