Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix a thinko.
  • Loading branch information
jnthn committed Jul 31, 2011
1 parent e028411 commit 3588736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Capture.pm
Expand Up @@ -19,7 +19,7 @@ my class Capture {
}

method hash(Capture:D:) {
my $enum := new::create(EnumMap);
my $enum := nqp::create(EnumMap);
nqp::bindattr($enum, EnumMap, '$!storage', $!hash);
$enum;
}
Expand Down

0 comments on commit 3588736

Please sign in to comment.