Skip to content

Commit af96a4a

Browse files
committed
more links to Mu
1 parent c8691de commit af96a4a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/Language/typesystem.pod6

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ such they can not be altered from outside the class they are defined in.
4545
=head4 Submethod BUILD
4646
4747
The submethod C<BUILD> is called by C<.BUILDALL> defined in L</type/Mu>, which
48-
in turn is called by C<.bless>. It is meant to set private and public
49-
attributes of a class and receives all names attributes passed into C<.bless>.
50-
Since it is called by C<BUILDALL> it is called by the default constructor
51-
C<.new> defined in C<Mu>.
48+
in turn is called by L<.bless|/type/Mu#method_bless>. It is meant to set
49+
private and public attributes of a class and receives all names attributes
50+
passed into C<.bless>. Since it is called by C<BUILDALL> it is called by the
51+
default constructor L<.new|/type/Mu#method_new> defined in C<Mu>.
5252
5353
class C {
5454
has $.attr;

0 commit comments

Comments
 (0)