Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
word "prior" adds nothing
  • Loading branch information
TimToady committed Mar 31, 2015
1 parent bb3a17e commit db9bd81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Grammar.nqp
Expand Up @@ -1922,7 +1922,7 @@ grammar Perl6::Grammar is HLL::Grammar does STD {
}
[
|| <!{ $*IN_REDUCE }> {
$/.CURSOR.panic("Unexpected block in infix position (missing statement control word before the prior expression?)");
$/.CURSOR.panic("Unexpected block in infix position (missing statement control word before the expression?)");
}
|| <!>
]
Expand Down

0 comments on commit db9bd81

Please sign in to comment.