Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed May 13, 2012
1 parent bdc4bb8 commit aeca2f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Actions.pm
Expand Up @@ -2793,7 +2793,7 @@ class Perl6::Actions is HLL::Actions {
for $_<named_names> {
if %seen_names{$_} {
$*W.throw($/, ['X', 'Signature', 'NameClash'],
named => $_
name => $_
);
}
%seen_names{$_} := 1;
Expand Down

0 comments on commit aeca2f8

Please sign in to comment.