···5353- `next(value)` emits a value on the sink
5454- `complete()` ends the source and completes the sink
55555656-The subscriber function also needs ot return a `teardown` function. This function
5656+The subscriber function also needs to return a `teardown` function. This function
5757is called when either `complete()` is called and the source ends, or if the source
5858is being cancelled, since the sink unsubscribed.
5959