Skip to content

Commit

Permalink
Clarify how roles typecheck in Metamodel::TypePretense
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaiepi committed Nov 22, 2022
1 parent 7caaa30 commit 7f6f2c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Type/Metamodel/TypePretense.pod6
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
I<Warning>: this role is part of the Rakudo implementation, and is not
a part of the language specification.
Roles can type-check as C<Mu>, C<Any>, and C<Cool>, but don't actually
have these classes as parents:
Any role will type-check as C<Mu>, C<Any>, and C<Cool>, but don't
actually have these classes as parents:
=begin code
class Class { }
Expand Down

0 comments on commit 7f6f2c7

Please sign in to comment.