Skip to content

Commit 9fbfc11

Browse files
authored
Merge pull request #766 from baby-gnu/fix/channel-method-on-supply
Fix name of Supply method which returns a Channel
2 parents 92faf2e + fc83049 commit 9fbfc11

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)