Skip to content

Commit ceb0574

Browse files
committed
More precise marble diagram for the case when zip() takes an Observable that emits Observables
1 parent d6d50f7 commit ceb0574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rxjava-core/src/main/java/rx/Observable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3309,7 +3309,7 @@ public Observable<Observable<T>> window(long timespan, long timeshift, TimeUnit
33093309
* invoke {@code onNext} as many times as the number of {@code onNext}
33103310
* invokations of the source Observable that emits the fewest items.
33113311
* <p>
3312-
* <img width="640" src="https://raw.github.com/wiki/Netflix/RxJava/images/rx-operators/zip.png">
3312+
* <img width="640" src="https://raw.github.com/wiki/Netflix/RxJava/images/rx-operators/zip.o.png">
33133313
*
33143314
* @param ws an Observable of source Observables
33153315
* @param zipFunction a function that, when applied to an item emitted by

0 commit comments

Comments
 (0)