File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,11 +60,11 @@ called when a new value becomes available through the C<emit> call.
60
60
61
61
The C < &done > callback is called when the C < done > method on the supply is
62
62
called, indicating the end of life of the channel. For a C < live > supply the
63
- C < done > method will be called on the parent C < Supplier > .
63
+ C < done > routine will be called on the parent C < Supplier > .
64
64
65
65
The C < &quit > callback is called when the C < quit > method on the supply is
66
66
called, indicating an erroneous termination of the supply. For a C < live >
67
- supply the C < done > method will be called on the parent C < Supplier >
67
+ supply the C < quit > routine will be called on the parent C < Supplier >
68
68
69
69
Method C < tap > returns an object of type L < Tap|/type/Tap > , on which you can
70
70
call the C < close > method to cancel the subscription.
You can’t perform that action at this time.
0 commit comments