File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ What it does
141
141
return $self->{$key};
142
142
}
143
143
144
- Methods have a special bit of syntax. If the first item in the siganture
144
+ Methods have a special bit of syntax. If the first item in the signature
145
145
is $var: it will change the variable used to store the invocant.
146
146
147
147
method new($class: %args) {
Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ C<$self>.
196
196
}
197
197
198
198
Methods have a special bit of syntax. If the first item in the
199
- siganture is C<$var: > it will change the variable used to store the
199
+ signature is C<$var: > it will change the variable used to store the
200
200
invocant.
201
201
202
202
method new($class: %args) {
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ use 5.010;
4
4
use strict;
5
5
use warnings;
6
6
7
- # Can't use sigantures here, Signatures needs CODE.
7
+ # Can't use signatures here, Signatures needs CODE.
8
8
9
9
use Hash::FieldHash qw( fieldhashes) ;
10
10
fieldhashes \my (%Signatures );
You can’t perform that action at this time.
0 commit comments