Skip to content

Commit

Permalink
Fix a wrong comment
Browse files Browse the repository at this point in the history
$!composed is not an Attribute
  • Loading branch information
vrurg committed Apr 28, 2022
1 parent d79a261 commit 86d2a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core.c/Attribute.pm6
Expand Up @@ -18,7 +18,7 @@ my class Attribute { # declared in BOOTSTRAP
# has $!required;
# has Mu $!container_initializer;
# has Attribute $!original;
# has Attribute $!composed;
# has int $!composed;

method compose(Mu $package, :$compiler_services) {
return if $!composed;
Expand Down

0 comments on commit 86d2a75

Please sign in to comment.