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 bb25905 commit 56a4274Copy full SHA for 56a4274
doc/Language/classtut.pod
@@ -140,7 +140,7 @@ X<|accessor methods>
140
X<|classes, accessors>
141
142
This scalar attribute (with the C<$> sigil) has a type of C<Bool>. Instead
143
-of the C<!> twigil, this twigil is C<.>. While Perl 6 does enforce
+of the C<!> twigil, the C<.> twigil is used. While Perl 6 does enforce
144
encapsulation on attributes, it also saves you from writing accessor
145
methods. Replacing the C<!> with a C<.> both declares the attribute
146
C<$!done> and an accessor method named C<done>. It's as if you had written:
0 commit comments