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 ac55410 commit d3d7796Copy full SHA for d3d7796
doc/Language/typesystem.rakudoc
@@ -240,7 +240,7 @@ class C {
240
241
The L<submethod|/type/Submethod> C<BUILD> is (indirectly) called by
242
L<.bless|/type/Mu#method_bless>. It
243
-is meant to set private and public attributes of a class and receives all names
+is meant to set private and public attributes of a class and receives all named
244
attributes passed into C<.bless>. The default
245
constructor L<.new|/type/Mu#method_new> defined in C<Mu> is the method that
246
invokes it. Given that public accessor methods are not available in C<BUILD>,
0 commit comments