Skip to content

Commit

Permalink
Merge pull request ReactiveX#3719 from tasomaniac/patch-1
Browse files Browse the repository at this point in the history
Documentation fix.
  • Loading branch information
stevegury committed Feb 18, 2016
2 parents 62383bd + 8794d0c commit 2366c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/rx/Observable.java
Original file line number Diff line number Diff line change
Expand Up @@ -6319,7 +6319,7 @@ public final Observable<T> onErrorReturn(Func1<Throwable, ? extends T> resumeFun
* encountered.
* <dl>
* <dt><b>Scheduler:</b></dt>
* <dd>{@code onErrorResumeNext} does not operate by default on a particular {@link Scheduler}.</dd>
* <dd>{@code onExceptionResumeNext} does not operate by default on a particular {@link Scheduler}.</dd>
* </dl>
*
* @param resumeSequence
Expand Down

0 comments on commit 2366c54

Please sign in to comment.