Skip to content

Commit 15547ba

Browse files
author
Jan-Olof Hendig
committed
Fix typo in link
1 parent 59cb8ea commit 15547ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/List.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ argument, getting index C<1> etc.
527527
}
528528
529529
A more advanced example demonstrating the returned C<Capture> being matched
530-
against a L<Signature|type/Signature>.
530+
against a L<Signature|/type/Signature>.
531531
532532
my $list = (7, 5, a => 2, b => 17);
533533
say so $list.Capture ~~ :($ where * == 7,$,:$a,:$b); # True

0 commit comments

Comments
 (0)