Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Oops... fix the keyword in one more place too.
  • Loading branch information
tene committed Jun 12, 2009
1 parent d2b24d8 commit e61569f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser/actions.pm
Expand Up @@ -421,7 +421,7 @@ method use_statement($/) {
for $<colonpair> {
my $pair := $_.ast;
$ver.push( $pair );
if $pair[0].value() eq 'lang' {
if $pair[0].value() eq 'from' {
$/.add_type($name);
}
}
Expand Down

0 comments on commit e61569f

Please sign in to comment.