Skip to content

Commit bab3071

Browse files
veyndanakarnokd
authored andcommitted
Correct documented return type of Single#flatMapObservable Function argument (ReactiveX#5304)
1 parent 6c58557 commit bab3071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/reactivex/Single.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2096,7 +2096,7 @@ public final <U> Observable<U> flattenAsObservable(final Function<? super T, ? e
20962096

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

0 commit comments

Comments
 (0)