We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b5ee0a commit 06afd51Copy full SHA for 06afd51
doc/Language/objects.pod6
@@ -748,7 +748,7 @@ the role that is mixed in.
748
Roles can also be mixed into a class using C<is>. However, the semantics of
749
C<is> with a role are quite different from those offered by C<does>. With C<is>,
750
a class is punned from the role, and then inherited from. Thus, there is no
751
-flattening composition, and none of the safeties C<does> provides.
+flattening composition, and none of the safeties which C<does> provides.
752
753
=begin code
754
constant ⲧ = " " xx 4; #Just a ⲧab
0 commit comments