Skip to content

Commit

Permalink
siganture->signature
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Jun 5, 2016
1 parent 4f4441e commit 8de42e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README
Expand Up @@ -141,7 +141,7 @@ What it does
return $self->{$key};
}

Methods have a special bit of syntax. If the first item in the siganture
Methods have a special bit of syntax. If the first item in the signature
is $var: it will change the variable used to store the invocant.

method new($class: %args) {
Expand Down
2 changes: 1 addition & 1 deletion lib/perl5i.pm
Expand Up @@ -196,7 +196,7 @@ C<$self>.
}
Methods have a special bit of syntax. If the first item in the
siganture is C<$var:> it will change the variable used to store the
signature is C<$var:> it will change the variable used to store the
invocant.
method new($class: %args) {
Expand Down
2 changes: 1 addition & 1 deletion lib/perl5i/2/CODE.pm
Expand Up @@ -4,7 +4,7 @@ use 5.010;
use strict;
use warnings;

# Can't use sigantures here, Signatures needs CODE.
# Can't use signatures here, Signatures needs CODE.

use Hash::FieldHash qw(fieldhashes);
fieldhashes \my(%Signatures);
Expand Down

0 comments on commit 8de42e8

Please sign in to comment.