Skip to content

Commit 51330f4

Browse files
committed
Fix Categories
Closes #4491
1 parent 6a869d7 commit 51330f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Language/objects.rakudoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ another class.
169169

170170
Attributes are variables that exist per instance of a class; when instantiated
171171
to a value, the association between the variable and its value is called a
172-
X<property|Property>. They are where the state of an object is stored. In Raku, all
172+
X<property|Language,Property>. They are where the state of an object is stored. In Raku, all
173173
attributes are I<private>, which means they can be accessed directly only by
174174
the class instance itself. They are typically declared using the C<has>
175175
declarator and the C<!> twigil.
@@ -1070,7 +1070,7 @@ classes are meant for managing objects and roles are meant for managing behavior
10701070
and code reuse within objects.
10711071

10721072
X<|Syntax,does>
1073-
Roles use the keyword X<C<role>|role declaration> preceding the name of the role that is
1073+
Roles use the keyword X<C<role>|Syntax,role declaration> preceding the name of the role that is
10741074
declared. Roles are mixed in using the C<does> keyword preceding the name of
10751075
the role that is mixed in.
10761076

0 commit comments

Comments
 (0)