Skip to content

Commit 88aa854

Browse files
authored
2.x: Update Single.flatMapPublisher marble (#5924)
1 parent 3a098c5 commit 88aa854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/reactivex/Single.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2354,7 +2354,7 @@ public final <R> Maybe<R> flatMapMaybe(final Function<? super T, ? extends Maybe
23542354
* Returns a Flowable that emits items based on applying a specified function to the item emitted by the
23552355
* source Single, where that function returns a Publisher.
23562356
* <p>
2357-
* <img width="640" height="305" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/Single.flatMapObservable.png" alt="">
2357+
* <img width="640" height="305" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/Single.flatMapPublisher.png" alt="">
23582358
* <dl>
23592359
* <dt><b>Backpressure:</b></dt>
23602360
* <dd>The returned {@code Flowable} honors the backpressure of the downstream consumer

0 commit comments

Comments
 (0)