Skip to content

Commit e2a6caf

Browse files
committed
Fixes word-variants refs #3024
1 parent e5c6b9e commit e2a6caf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Type/Attribute.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
99
In Perl 6 lingo, an I<attribute> refers to a per-instance/object storage slot.
1010
An C<Attribute> is used to talk about classes' and roles' attributes at the
11-
meta level.
11+
metalevel.
1212
1313
Normal usage of attributes does not require the user to use this class
1414
explicitly.
@@ -119,7 +119,7 @@ The usual way to obtain an object of type C<Attribute> is by introspection:
119119
say $a.has_accessor; # OUTPUT: «False␤»
120120
121121
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.
122+
since Attribute is at the level of the metaclass, all is fair game.
123123
124124
=head2 method name
125125

0 commit comments

Comments
 (0)