Skip to content

Commit 20d8f52

Browse files
committed
C<> should be L<>
1 parent 694dd77 commit 20d8f52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Supply.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ be called as a class method.
561561
method zip(Supply @*supplies, :&with = &[,]) returns Supply:D
562562
563563
Creates a supply that emits combined values as soon as there is a new value
564-
seen on B<all> of the supplies. By default, C<Lists|/type/List> are
564+
seen on B<all> of the supplies. By default, L<Lists|/type/List> are
565565
created, but this can be changed by specifying your own combiner with the
566566
:with parameter. The resulting supply is done as soon as B<any> of the given
567567
supplies are done. Can also be called as a class method.

0 commit comments

Comments
 (0)