We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21a7a05 commit ab0c590Copy full SHA for ab0c590
src/main/java/io/reactivex/parallel/ParallelFlowable.java
@@ -32,7 +32,7 @@
32
* Abstract base class for Parallel publishers that take an array of Subscribers.
33
* <p>
34
* 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.
+ * Use {@code runOn()} to introduce where each 'rail' should run on thread-vise.
36
* Use {@code sequential()} to merge the sources back into a single Flowable.
37
*
38
* @param <T> the value type
0 commit comments