Skip to content

Commit fc83049

Browse files
committed
Fix name of Supply method which returns a Channel
1 parent 92faf2e commit fc83049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/concurrency.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ C<react> block described earlier:
487487
await $p;
488488
489489
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>
490+
L<Channel method|/type/Supply#method_Channel> which returns a L<Channel>
491491
which is fed by a C<tap> on the L<Supply>:
492492
493493
my $supplier = Supplier.new;

0 commit comments

Comments
 (0)