Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo in link
  • Loading branch information
Jan-Olof Hendig committed Jul 19, 2016
1 parent 59cb8ea commit 15547ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/List.pod6
Expand Up @@ -527,7 +527,7 @@ argument, getting index C<1> etc.
}
A more advanced example demonstrating the returned C<Capture> being matched
against a L<Signature|type/Signature>.
against a L<Signature|/type/Signature>.
my $list = (7, 5, a => 2, b => 17);
say so $list.Capture ~~ :($ where * == 7,$,:$a,:$b); # True
Expand Down

0 comments on commit 15547ba

Please sign in to comment.