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.
typesystem.rakudoc
.bless
1 parent d46a1ee commit 2c8e5e9Copy full SHA for 2c8e5e9
doc/Language/typesystem.rakudoc
@@ -243,7 +243,7 @@ L<.bless|/type/Mu#method_bless>. It
243
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 L<C<Mu>|/type/Mu> is the method that
246
-invokes it. Given that public accessor methods are not available in C<BUILD>,
+invokes C<.bless>. Given that public accessor methods are not available in C<BUILD>,
247
you must use private attribute notation instead.
248
249
class C {
0 commit comments