ReactiveX / RxJava

RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.
Apache License 2.0
47.92k stars 7.61k forks source link

onErrorResumeWith() javadoc has onErrorResumeNext() marble diagram #7050

Closed RobLewis closed 4 years ago

RobLewis commented 4 years ago

documentation bug

akarnokd commented 4 years ago

Where exactly? There are hundreds of diagrams waiting to be redrawn...

RobLewis commented 4 years ago

Here: http://reactivex.io/RxJava/3.x/javadoc/ In the entry for Observable<T>, scroll down to onErrorResumeWith(). The marble diagram shows onErrorResumeNext()