Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Jan 30, 2017
1 parent b1f05d2 commit c17ac0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/Language/glossary.pod6
Expand Up @@ -241,7 +241,7 @@ historical document for reference. See also L<#Synopsis>.
=head1 fiddly
X<|fiddly>
Too complicated to apply a metaop to. See L<operator|#Operator>.
Too complicated to apply a meta-op to. See L<operator|#Operator>.
=head1 handles
X<|handles>
Expand Down
4 changes: 2 additions & 2 deletions doc/Type/Attribute.pod6
Expand Up @@ -34,7 +34,7 @@ The usual way to obtain an object of type C<Attribute> is by introspection:
=head2 X<Trait is default|trait,is default (Attribute)>
An attribute that is assinged L<Nil|/type/Nil> will revert to its default value
An attribute that is assigned L<Nil|/type/Nil> will revert to its default value
set with the trait C<is default>.
class C {
Expand All @@ -49,7 +49,7 @@ set with the trait C<is default>.
=head2 X<Trait is required|trait,is required (Attribute)>
The trait C<is required> will mark the attribute as to be filled with a value
when the object is instanciated. Failing to do so will result in a runtime error.
when the object is instantiated. Failing to do so will result in a runtime error.
class C {
has $.a is required
Expand Down

0 comments on commit c17ac0b

Please sign in to comment.