Skip to content

Commit 06afd51

Browse files
committed
Add 'which', which sounds better.
1 parent 4b5ee0a commit 06afd51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/objects.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ the role that is mixed in.
748748
Roles can also be mixed into a class using C<is>. However, the semantics of
749749
C<is> with a role are quite different from those offered by C<does>. With C<is>,
750750
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.
751+
flattening composition, and none of the safeties which C<does> provides.
752752
753753
=begin code
754754
constant ⲧ = " " xx 4; #Just a ⲧab

0 commit comments

Comments
 (0)