Skip to content

Commit a4b4101

Browse files
committed
BUILDALL is not a submethod
1 parent b6e83d5 commit a4b4101

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/Language/typesystem.pod6

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

0 commit comments

Comments
 (0)