Skip to content

Commit 5619e7c

Browse files
committed
Merge branch 'issue/295'
Closes #295
2 parents 4f4441e + 8de42e8 commit 5619e7c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ What it does
141141
return $self->{$key};
142142
}
143143

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
145145
is $var: it will change the variable used to store the invocant.
146146

147147
method new($class: %args) {

lib/perl5i.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ C<$self>.
196196
}
197197
198198
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
200200
invocant.
201201
202202
method new($class: %args) {

lib/perl5i/2/CODE.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use 5.010;
44
use strict;
55
use warnings;
66

7-
# Can't use sigantures here, Signatures needs CODE.
7+
# Can't use signatures here, Signatures needs CODE.
88

99
use Hash::FieldHash qw(fieldhashes);
1010
fieldhashes \my(%Signatures);

0 commit comments

Comments
 (0)