We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ad13cc commit a6a4c80Copy full SHA for a6a4c80
src/QRegex/P6Regex/Grammar.nqp
@@ -2,7 +2,7 @@ use NQPHLL;
2
3
grammar QRegex::P6Regex::Grammar is HLL::Grammar {
4
5
- method obs ($old, $new, $when = 'in Perl 6') {
+ method obs ($old, $new, $when = ' in Perl 6') {
6
self.panic('Unsupported use of ' ~ ~$old ~ ';'
7
~ ~$when ~ ' please use ' ~ ~$new);
8
}
0 commit comments