File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 29
29
does Metamodel::Finalization
30
30
{ }
31
31
32
- C < Metamodel::ClassHOW > is the meta class behind the C < class > keyword.
32
+ C < Metamodel::ClassHOW > is the metaclass behind the C < class > keyword.
33
33
34
34
say so Int.HOW ~~ Metamodel::ClassHOW; # OUTPUT: «True»
35
35
say Int.^methods(:all).pick.name; # OUTPUT: «random Int method name»
@@ -58,7 +58,7 @@ If C<$condition> returns a false value, the
58
58
next fallback (if any) is tried, and if none matches, an exception
59
59
L < of type X::Method::NotFound|/type/X::Method::NotFound > is thrown.
60
60
61
- User-facing code (that is, code not dabbling with meta classes ) should use
61
+ User-facing code (that is, code not dabbling with metaclasses ) should use
62
62
method C < FALLBACK > instead.
63
63
64
64
= head2 method can
@@ -105,7 +105,7 @@ not provide a full list of all candidates.
105
105
106
106
method compose(Metamodel::ClassHOW:D: $obj)
107
107
108
- A call to C < compose > brings the meta object and thus the class it represents
108
+ A call to C < compose > brings the metaobject and thus the class it represents
109
109
into a fully functional state, so if you construct or modify a class, you must
110
110
call the compose method before working with the class.
111
111
You can’t perform that action at this time.
0 commit comments