Skip to content

Commit a6a4c80

Browse files
committed
Tweak an error message to have a missing space.
1 parent 6ad13cc commit a6a4c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/QRegex/P6Regex/Grammar.nqp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use NQPHLL;
22

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

5-
method obs ($old, $new, $when = 'in Perl 6') {
5+
method obs ($old, $new, $when = ' in Perl 6') {
66
self.panic('Unsupported use of ' ~ ~$old ~ ';'
77
~ ~$when ~ ' please use ' ~ ~$new);
88
}

0 commit comments

Comments
 (0)