Skip to content

Commit ab0c590

Browse files
committed
Fix a small typo in ParallelFlowable
1 parent 21a7a05 commit ab0c590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/reactivex/parallel/ParallelFlowable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* Abstract base class for Parallel publishers that take an array of Subscribers.
3333
* <p>
3434
* Use {@code from()} to start processing a regular Publisher in 'rails'.
35-
* Use {@code runOn()} to introduce where each 'rail' shoud run on thread-vise.
35+
* Use {@code runOn()} to introduce where each 'rail' should run on thread-vise.
3636
* Use {@code sequential()} to merge the sources back into a single Flowable.
3737
*
3838
* @param <T> the value type

0 commit comments

Comments
 (0)