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 0c94ad7 commit 6a83d1fCopy full SHA for 6a83d1f
lib/Language/variables.pod
@@ -157,7 +157,7 @@ accessed via C<$!x> and C<$!y>. This is because in Perl 6 all attributes are
157
private and can be directly accessed within the class by using
158
C<$!attribute-name>. Perl 6 may automatically generate accessor methods for
159
you though. For more details on objects, classes and their attributes see
160
-L<objects>.
+L<object orientation|/language/objects>.
161
162
=head2 The C<?> Twigil
163
@@ -210,7 +210,7 @@ following is possible too:
210
=end code
211
212
For more details on objects, classes and their attributes and methods see
213
214
215
=head2 The C«<» Twigil
216
0 commit comments