Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
Fix error message to match STD.
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Jan 31, 2011
1 parent 0bf82c9 commit ab1ffc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Regex/P6Regex/Grammar.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
grammar Regex::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 ab1ffc0

Please sign in to comment.