Skip to content

Commit c17ac0b

Browse files
committed
fix typos
1 parent b1f05d2 commit c17ac0b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/Language/glossary.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ historical document for reference. See also L<#Synopsis>.
241241
=head1 fiddly
242242
X<|fiddly>
243243
244-
Too complicated to apply a metaop to. See L<operator|#Operator>.
244+
Too complicated to apply a meta-op to. See L<operator|#Operator>.
245245
246246
=head1 handles
247247
X<|handles>

doc/Type/Attribute.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The usual way to obtain an object of type C<Attribute> is by introspection:
3434
3535
=head2 X<Trait is default|trait,is default (Attribute)>
3636
37-
An attribute that is assinged L<Nil|/type/Nil> will revert to its default value
37+
An attribute that is assigned L<Nil|/type/Nil> will revert to its default value
3838
set with the trait C<is default>.
3939
4040
class C {
@@ -49,7 +49,7 @@ set with the trait C<is default>.
4949
=head2 X<Trait is required|trait,is required (Attribute)>
5050
5151
The trait C<is required> will mark the attribute as to be filled with a value
52-
when the object is instanciated. Failing to do so will result in a runtime error.
52+
when the object is instantiated. Failing to do so will result in a runtime error.
5353
5454
class C {
5555
has $.a is required

0 commit comments

Comments
 (0)