Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Typo.
  • Loading branch information
jnthn committed Mar 3, 2013
1 parent caf2b43 commit 54a22a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/QAST/JASTCompiler.nqp
Expand Up @@ -3930,7 +3930,7 @@ class QAST::CompilerJAST {
$il.append(JAST::Instruction.new( :op('ifge'), %*REG<fail> ));

my $subtype := nqp::lc($node.name);
nep::die("Unrecognized subtype '$subtype' in QAST::Regex cclass")
nqp::die("Unrecognized subtype '$subtype' in QAST::Regex cclass")
unless nqp::existskey(%cclass_code, $subtype);
my $cclass := %cclass_code{$subtype};
if $subtype ne '.' {
Expand Down

0 comments on commit 54a22a2

Please sign in to comment.