Skip to content

Commit 37acf75

Browse files
committed
Mention property where it's indexed. Closes #2018
1 parent 1eedc99 commit 37acf75

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
@@ -143,7 +143,7 @@ another class.
143143
=head2 Attributes
144144
X<|Attribute> X<|Property> X<|Member> X<|Slot>
145145
146-
Attributes are variables that exist per instance of a class. They are where
146+
Attributes are variables that exist per instance of a class; when instantiated to a value, the association between the variable and its value is called a property. They are where
147147
the state of an object is stored. In Perl 6, all attributes are I<private>,
148148
that means they can be accessed directly only by the class instance itself.
149149
They are typically declared using the C<has> declarator and the C<!> twigil.

0 commit comments

Comments
 (0)