Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Tweak an error message to have a missing space.
  • Loading branch information
jnthn committed Nov 20, 2011
1 parent 6ad13cc commit a6a4c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QRegex/P6Regex/Grammar.nqp
Expand Up @@ -2,7 +2,7 @@ use NQPHLL;

grammar QRegex::P6Regex::Grammar is HLL::Grammar {

method obs ($old, $new, $when = 'in Perl 6') {
method obs ($old, $new, $when = ' in Perl 6') {
self.panic('Unsupported use of ' ~ ~$old ~ ';'
~ ~$when ~ ' please use ' ~ ~$new);
}
Expand Down

0 comments on commit a6a4c80

Please sign in to comment.