Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
unexpected block is probably missing keyword
  • Loading branch information
TimToady committed Mar 31, 2015
1 parent a07f735 commit 3aaee92
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 (two terms in a row, or previous statement missing semicolon?)");
$/.CURSOR.panic("Unexpected block in infix position (missing statement control before preceding term?)");
}
|| <!>
]
Expand Down

0 comments on commit 3aaee92

Please sign in to comment.