Skip to content

Commit d3d7796

Browse files
committed
typo
1 parent ac55410 commit d3d7796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/typesystem.rakudoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ class C {
240240

241241
The L<submethod|/type/Submethod> C<BUILD> is (indirectly) called by
242242
L<.bless|/type/Mu#method_bless>. It
243-
is meant to set private and public attributes of a class and receives all names
243+
is meant to set private and public attributes of a class and receives all named
244244
attributes passed into C<.bless>. The default
245245
constructor L<.new|/type/Mu#method_new> defined in C<Mu> is the method that
246246
invokes it. Given that public accessor methods are not available in C<BUILD>,

0 commit comments

Comments
 (0)