Skip to content

Commit 2c8e5e9

Browse files
authored
In typesystem.rakudoc, replace ambiguous word "it" by explicit ".bless" (#4636)
Currently the text reads as if "it" was referring to "`.new`", which would be the reverse meaning.
1 parent d46a1ee commit 2c8e5e9

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
@@ -243,7 +243,7 @@ L<.bless|/type/Mu#method_bless>. It
243243
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 L<C<Mu>|/type/Mu> is the method that
246-
invokes it. Given that public accessor methods are not available in C<BUILD>,
246+
invokes C<.bless>. Given that public accessor methods are not available in C<BUILD>,
247247
you must use private attribute notation instead.
248248

249249
class C {

0 commit comments

Comments
 (0)