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 92faf2e commit fc83049Copy full SHA for fc83049
doc/Language/concurrency.pod6
@@ -487,7 +487,7 @@ C<react> block described earlier:
487
await $p;
488
489
It is also possible to obtain a L<Channel> from a L<Supply> using the
490
-L<Supply method|/type/Supply#method_Channel> which returns a L<Channel>
+L<Channel method|/type/Supply#method_Channel> which returns a L<Channel>
491
which is fed by a C<tap> on the L<Supply>:
492
493
my $supplier = Supplier.new;
0 commit comments