File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ historical document for reference. See also L<#Synopsis>.
241
241
= head1 fiddly
242
242
X < |fiddly >
243
243
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 > .
245
245
246
246
= head1 handles
247
247
X < |handles >
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ The usual way to obtain an object of type C<Attribute> is by introspection:
34
34
35
35
= head2 X < Trait is default|trait,is default (Attribute) >
36
36
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
38
38
set with the trait C < is default > .
39
39
40
40
class C {
@@ -49,7 +49,7 @@ set with the trait C<is default>.
49
49
= head2 X < Trait is required|trait,is required (Attribute) >
50
50
51
51
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.
53
53
54
54
class C {
55
55
has $.a is required
You can’t perform that action at this time.
0 commit comments