We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 694dd77 commit 20d8f52Copy full SHA for 20d8f52
doc/Type/Supply.pod
@@ -561,7 +561,7 @@ be called as a class method.
561
method zip(Supply @*supplies, :&with = &[,]) returns Supply:D
562
563
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
+seen on B<all> of the supplies. By default, L<Lists|/type/List> are
565
created, but this can be changed by specifying your own combiner with the
566
:with parameter. The resulting supply is done as soon as B<any> of the given
567
supplies are done. Can also be called as a class method.
0 commit comments