Skip to content

Commit 7e55d2e

Browse files
committed
Clarify how roles typecheck in Metamodel::TypePretense
1 parent c7d9104 commit 7e55d2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Type/Metamodel/TypePretense.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
I<Warning>: this role is part of the Rakudo implementation, and is not
1010
a part of the language specification.
1111
12-
Roles can type-check as C<Mu>, C<Any>, and C<Cool>, but don't actually
13-
have these classes as parents:
12+
Any role will type-check as C<Mu>, C<Any>, and C<Cool>, but don't
13+
actually have these classes as parents:
1414
1515
=begin code
1616
class Class { }

0 commit comments

Comments
 (0)