Skip to content

Commit 42de6af

Browse files
committed
Missed one diagram link change.
1 parent 6d943f9 commit 42de6af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8372,7 +8372,7 @@ public final Completable concatMapCompletableDelayError(@NonNull Function<? supe
83728372
* other terminates, emits their success value if available and optionally delaying all errors
83738373
* till both this {@code Flowable} and all inner {@code MaybeSource}s terminate.
83748374
* <p>
8375-
* <img width="640" height="310" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/concatMap.v3.png" alt="">
8375+
* <img width="640" height="310" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/concatMapMaybeDelayError.v3.png" alt="">
83768376
* <dl>
83778377
* <dt><b>Backpressure:</b></dt>
83788378
* <dd>The operator expects the upstream to support backpressure and honors

0 commit comments

Comments
 (0)