Skip to content

Commit

Permalink
Reword a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vrurg committed Dec 12, 2019
1 parent 17537ab commit b1e288c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Metamodel/ClassHOW.nqp
Expand Up @@ -111,7 +111,7 @@ class Perl6::Metamodel::ClassHOW
@!roles[+@!roles] := $r;
@!role_typecheck_list[+@!role_typecheck_list] := $r;
my $ins := $r.HOW.specialize($r, $obj);
# If class is a puned role then transfer hidden flag from the source
# If class is a result of pun then transfer hidden flag from the source role
if $!pun_source =:= $r {
self.set_hidden($obj) if $ins.HOW.hidden($ins);
self.set_language_revision($obj, $ins.HOW.language-revision($ins), :force);
Expand Down

0 comments on commit b1e288c

Please sign in to comment.