Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
hoelzro committed Aug 5, 2014
1 parent b74a2c2 commit eca9b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S26-documentation/why-leading.t
Expand Up @@ -184,7 +184,7 @@ role Boxer {
{
my $method = Boxer.^find_method('actor');
test-leading( Boxer, 'Are you talking to me?');
test-leading($method, 'Are you talking to me?');
test-leading($method, 'Robert De Niro');
}

class C {
Expand Down

0 comments on commit eca9b0a

Please sign in to comment.