Skip to content

Commit

Permalink
[BOOTSTRAP.pm] fixed copy-paste-o
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl Masak committed Mar 19, 2012
1 parent 1968b89 commit 69791b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Metamodel/BOOTSTRAP.pm
Expand Up @@ -709,7 +709,7 @@ BEGIN {
# ...
# }
LoL.HOW.add_parent(LoL, List);
LoL.HOW.add_attribute(LoL, BOOTSTRAPATTR.new(:name<$!descriptor>, :type(Mu), :package(Array)));
LoL.HOW.add_attribute(LoL, BOOTSTRAPATTR.new(:name<$!descriptor>, :type(Mu), :package(LoL)));

# my class EnumMap is Iterable {
# has $!storage;
Expand Down

0 comments on commit 69791b0

Please sign in to comment.