Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo with params test
  • Loading branch information
hoelzro committed Aug 5, 2014
1 parent 08db084 commit cb20042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S26-documentation/why-leading.t
Expand Up @@ -147,7 +147,7 @@ sub both-documented(
) {}

{
my @params = &both-documented.signature.params[0];
my @params = &both-documented.signature.params;
test-leading(@params[0], 'documented');
test-leading(@params[1], 'I too, am documented');
}
Expand Down

0 comments on commit cb20042

Please sign in to comment.