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 e5c6b9e commit e2a6cafCopy full SHA for e2a6caf
doc/Type/Attribute.pod6
@@ -8,7 +8,7 @@
8
9
In Perl 6 lingo, an I<attribute> refers to a per-instance/object storage slot.
10
An C<Attribute> is used to talk about classes' and roles' attributes at the
11
-meta level.
+metalevel.
12
13
Normal usage of attributes does not require the user to use this class
14
explicitly.
@@ -119,7 +119,7 @@ The usual way to obtain an object of type C<Attribute> is by introspection:
119
say $a.has_accessor; # OUTPUT: «False»
120
121
Modifying a private attribute from the outside is usually not possible, but
122
-since Attribute is at the level of the meta class, all is fair game.
+since Attribute is at the level of the metaclass, all is fair game.
123
124
=head2 method name
125
0 commit comments