@@ -367,7 +367,7 @@ public static Scheduler single() {
367
367
* because such circumstances prevent RxJava from progressing flow-related activities correctly.
368
368
* If the {@link Executor#execute(Runnable)} or {@link ExecutorService#submit(Callable)} throws,
369
369
* the {@code RejectedExecutionException} is routed to the global error handler via
370
- * {@link RxJavaPlugins#onError(Throwable)}. To avoid shutdown-reladed problems, it is recommended
370
+ * {@link RxJavaPlugins#onError(Throwable)}. To avoid shutdown-related problems, it is recommended
371
371
* all flows using the returned {@code Scheduler} to be canceled/disposed before the underlying
372
372
* {@code Executor} is shut down. To avoid problems due to the {@code Executor} having a bounded-queue,
373
373
* it is recommended to rephrase the flow to utilize backpressure as the means to limit outstanding work.
@@ -441,7 +441,7 @@ public static Scheduler from(@NonNull Executor executor) {
441
441
* because such circumstances prevent RxJava from progressing flow-related activities correctly.
442
442
* If the {@link Executor#execute(Runnable)} or {@link ExecutorService#submit(Callable)} throws,
443
443
* the {@code RejectedExecutionException} is routed to the global error handler via
444
- * {@link RxJavaPlugins#onError(Throwable)}. To avoid shutdown-reladed problems, it is recommended
444
+ * {@link RxJavaPlugins#onError(Throwable)}. To avoid shutdown-related problems, it is recommended
445
445
* all flows using the returned {@code Scheduler} to be canceled/disposed before the underlying
446
446
* {@code Executor} is shut down. To avoid problems due to the {@code Executor} having a bounded-queue,
447
447
* it is recommended to rephrase the flow to utilize backpressure as the means to limit outstanding work.
@@ -521,7 +521,7 @@ public static Scheduler from(@NonNull Executor executor, boolean interruptibleWo
521
521
* because such circumstances prevent RxJava from progressing flow-related activities correctly.
522
522
* If the {@link Executor#execute(Runnable)} or {@link ExecutorService#submit(Callable)} throws,
523
523
* the {@code RejectedExecutionException} is routed to the global error handler via
524
- * {@link RxJavaPlugins#onError(Throwable)}. To avoid shutdown-reladed problems, it is recommended
524
+ * {@link RxJavaPlugins#onError(Throwable)}. To avoid shutdown-related problems, it is recommended
525
525
* all flows using the returned {@code Scheduler} to be canceled/disposed before the underlying
526
526
* {@code Executor} is shut down. To avoid problems due to the {@code Executor} having a bounded-queue,
527
527
* it is recommended to rephrase the flow to utilize backpressure as the means to limit outstanding work.
0 commit comments