Skip to content

Commit e53c937

Browse files
committed
2 parents a737a3a + f2d5d2a commit e53c937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ assertEquals(1000000, to.values().get().size());
616616
### DispatchWorkProcessor
617617
618618
A `FlowableProcessor` variant that buffers items and allows one or more `Subscriber`s to exclusively consume one of the items in the buffer
619-
asynchronously. If there are no `Subscriber`s (or they all disposed), the `DispatchWorkSubscriber` will keep buffering and later
619+
asynchronously. If there are no `Subscriber`s (or they all canceled), the `DispatchWorkProcessor` will keep buffering and later
620620
`Subscriber`s can resume the consumption of the buffer.
621621
622622
```java

0 commit comments

Comments
 (0)