Skip to content

Commit

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

{
my @params = &has-parameter.signature.params;
my @params = &has-two-params.signature.params;
test-leading(@params[0], 'documented');
ok !@params[1].WHY.defined, 'Second param should not be documented' or
diag(@params[1].WHY.contents);
Expand Down

0 comments on commit e5a6d54

Please sign in to comment.