Skip to content

Commit 5945c20

Browse files
committed
[S32::Basic] Any is a class, not a role
1 parent eb7089a commit 5945c20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

S32-setting-library/Basics.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ instantiate a C<Mu> it would be considered defined, and thus true.
109109

110110
=head2 Any
111111

112-
The following are defined in the C<Any> role:
112+
The following are defined in the C<Any> class:
113113

114-
role Any does Mu does Pattern {
114+
class Any is Mu {
115115
multi method clone (::T $self --> T --> Any ) {...}
116116
multi method clone (::T $self, *%attributes --> T --> Any ) {...}
117117

0 commit comments

Comments
 (0)