Skip to content

Commit

Permalink
Fix a mistype
Browse files Browse the repository at this point in the history
`$!orig` -> `$!original`
  • Loading branch information
vrurg committed Dec 21, 2020
1 parent 5bc394f commit bcb9a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/bootstrap.c/BOOTSTRAP.nqp
Expand Up @@ -1384,7 +1384,7 @@ BEGIN {
# has int $!associative_delegate;
# has Mu $!why;
# has Mu $!container_initializer;
# has Attribute $!orig; # original attribute object used for instantiation
# has Attribute $!original; # original attribute object used for instantiation
Attribute.HOW.add_parent(Attribute, Any);
Attribute.HOW.add_attribute(Attribute, BOOTSTRAPATTR.new(:name<$!name>, :type(str), :package(Attribute)));
# The existence of both $!rw and $!ro might be confusing, but they're needed for late trait application with
Expand Down

0 comments on commit bcb9a2c

Please sign in to comment.