Skip to content

Commit f4c73ea

Browse files
authored
correct comma to period
1 parent a3398ba commit f4c73ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Attribute.rakudoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Marks as C<readonly> an attribute of a class that has the C<is rw> trait.
169169
# OUTPUT: «Cannot modify an immutable Str (copper)␤...»
170170
=end code
171171

172-
The attributes of classes without the C<is rw> trait are already readonly by default,
172+
The attributes of classes without the C<is rw> trait are already readonly by default.
173173
Thus, in classes without the C<is rw> trait, the attribute trait C<is readonly> is redundant.
174174

175175
=head2 X<trait is built|Traits,is built>

0 commit comments

Comments
 (0)