Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
might be more than a term on the left
  • Loading branch information
TimToady committed Mar 31, 2015
1 parent 3aaee92 commit bb3a17e
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 before preceding term?)");
$/.CURSOR.panic("Unexpected block in infix position (missing statement control word before the prior expression?)");
}
|| <!>
]
Expand Down

0 comments on commit bb3a17e

Please sign in to comment.