Skip to content

Commit

Permalink
correct URL of marble diagram image
Browse files Browse the repository at this point in the history
Fixes #3437
  • Loading branch information
DavidMGross committed Oct 12, 2015
1 parent 563fc3f commit 5e7b301
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 @@ -217,7 +217,7 @@ public interface Transformer<T, R> extends Func1<Observable<T>, Observable<R>> {
* emits only a single item. If the source Observable emits more than one item or no items, notify of an
* {@code IllegalArgumentException} or {@code NoSuchElementException} respectively.
* <p>
* <img width="640" height="295" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/toSingle.png" alt="">
* <img width="640" height="295" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/Single.toSingle.png" alt="">
* <dl>
* <dt><b>Scheduler:</b></dt>
* <dd>{@code toSingle} does not operate by default on a particular {@link Scheduler}.</dd>
Expand Down

0 comments on commit 5e7b301

Please sign in to comment.