Skip to content

Commit 815c5d2

Browse files
leonardortlimaakarnokd
authored andcommitted
Fixed Javadoc for SingleFlatMapIterableObservable. (#5383)
1 parent 8240d5c commit 815c5d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/reactivex/internal/operators/single/SingleFlatMapIterableObservable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
import io.reactivex.internal.observers.BasicIntQueueDisposable;
2626

2727
/**
28-
* Maps a success value into an Iterable and streams it back as a Flowable.
28+
* Maps a success value into an Iterable and streams it back as an Observable.
2929
*
3030
* @param <T> the source value type
3131
* @param <R> the element type of the Iterable

0 commit comments

Comments
 (0)