Skip to content

Commit 4f86c8b

Browse files
committed
Fix a typo in the JavaDoc
1 parent 15b18a7 commit 4f86c8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/reactivex/Flowable.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -14017,7 +14017,7 @@ public final Completable switchMapCompletable(@NonNull Function<? super T, ? ext
1401714017
* <dt><b>Error handling:</b></dt>
1401814018
* <dd>Errors of this {@code Flowable} and all the {@code CompletableSource}s, who had the chance
1401914019
* to run to their completion, are delayed until
14020-
* all of the terminate in some fashion. At this point, if there was only one failure, the respective
14020+
* all of them terminate in some fashion. At this point, if there was only one failure, the respective
1402114021
* {@code Throwable} is emitted to the dowstream. It there were more than one failures, the
1402214022
* operator combines all {@code Throwable}s into a {@link io.reactivex.exceptions.CompositeException CompositeException}
1402314023
* and signals that to the downstream.

0 commit comments

Comments
 (0)