Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix comment
  • Loading branch information
lizmat committed Jul 8, 2013
1 parent 2f3ef00 commit a238cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S06-signature/introspection.t
Expand Up @@ -39,7 +39,7 @@ sub j(*@i) {
is j(@l>>.slurpy), '0 0 0', '... none slurpy';
is j(@l>>.optional), '0 1 1', '... some optional';
is j(@l>>.invocant), '0 0 0', '... none invocant';
is j(@l>>.named), '1 1 1', '... one named';
is j(@l>>.named), '1 1 1', '... all named';

is ~@l[0].named_names, 'x', 'named_names work';
is ~@l[0].name, '$a', '.name works for renamed params';
Expand Down

0 comments on commit a238cfe

Please sign in to comment.