Skip to content

Commit 4f53943

Browse files
authored
Clarify .^lookup shows only public attribs accessors
1 parent c0fc1af commit 4f53943

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Language/packages.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ MyType::<$foo>
181181
182182
=head2 Class member lookup
183183
184-
Class attributes and methods are stored in the class meta object and can be looked up
185-
through by the L<lookup|/method/lookup> method.
184+
Methods—including autogenerated methods, such as public attributes' accessors—are stored
185+
in the class meta object and can be looked up through by the L<lookup|/method/lookup> method.
186186
187187
=for code :skip-test
188188
Str.^lookup('chars')

0 commit comments

Comments
 (0)