We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8240d5c commit 815c5d2Copy full SHA for 815c5d2
src/main/java/io/reactivex/internal/operators/single/SingleFlatMapIterableObservable.java
@@ -25,7 +25,7 @@
25
import io.reactivex.internal.observers.BasicIntQueueDisposable;
26
27
/**
28
- * Maps a success value into an Iterable and streams it back as a Flowable.
+ * Maps a success value into an Iterable and streams it back as an Observable.
29
*
30
* @param <T> the source value type
31
* @param <R> the element type of the Iterable
0 commit comments