Skip to content

Commit

Permalink
Merge branch 'issue/295'
Browse files Browse the repository at this point in the history
Closes #295
  • Loading branch information
schwern committed Jun 7, 2016
2 parents 4f4441e + 8de42e8 commit 5619e7c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 5619e7c

Please sign in to comment.