Skip to content

Commit 835ab00

Browse files
authored
2.x: Fix marble of Maybe.flatMap events to MaybeSource (#6155)
1 parent a16f63f commit 835ab00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/reactivex/Maybe.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2909,7 +2909,7 @@ public final <R> Maybe<R> flatMap(Function<? super T, ? extends MaybeSource<? ex
29092909
* Maps the onSuccess, onError or onComplete signals of this Maybe into MaybeSource and emits that
29102910
* MaybeSource's signals.
29112911
* <p>
2912-
* <img width="640" height="410" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/mergeMap.nce.png" alt="">
2912+
* <img width="640" height="354" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/Maybe.flatMap.mmm.png" alt="">
29132913
* <dl>
29142914
* <dt><b>Scheduler:</b></dt>
29152915
* <dd>{@code flatMap} does not operate by default on a particular {@link Scheduler}.</dd>

0 commit comments

Comments
 (0)