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 Apr 30, 2020
1 parent c7d9104 commit 7e55d2e
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 7e55d2e

Please sign in to comment.