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 a3398ba commit f4c73eaCopy full SHA for f4c73ea
doc/Type/Attribute.rakudoc
@@ -169,7 +169,7 @@ Marks as C<readonly> an attribute of a class that has the C<is rw> trait.
169
# OUTPUT: «Cannot modify an immutable Str (copper)...»
170
=end code
171
172
-The attributes of classes without the C<is rw> trait are already readonly by default,
+The attributes of classes without the C<is rw> trait are already readonly by default.
173
Thus, in classes without the C<is rw> trait, the attribute trait C<is readonly> is redundant.
174
175
=head2 X<trait is built|Traits,is built>
0 commit comments