Skip to content

Commit

Permalink
Correct documented return type of Single#flatMapObservable Function a…
Browse files Browse the repository at this point in the history
…rgument (#5304)
  • Loading branch information
veyndan authored and akarnokd committed Apr 20, 2017
1 parent 6c58557 commit bab3071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/reactivex/Single.java
Original file line number Diff line number Diff line change
Expand Up @@ -2096,7 +2096,7 @@ public final <U> Observable<U> flattenAsObservable(final Function<? super T, ? e

/**
* Returns an Observable that is based on applying a specified function to the item emitted by the source Single,
* where that function returns a SingleSource.
* where that function returns an ObservableSource.
* <p>
* <img width="640" height="300" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/Single.flatMapObservable.png" alt="">
* <dl>
Expand Down

0 comments on commit bab3071

Please sign in to comment.