Skip to content

Commit

Permalink
Fixed Javadoc for SingleFlatMapIterableObservable. (#5383)
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardortlima authored and akarnokd committed Jun 1, 2017
1 parent 8240d5c commit 815c5d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import io.reactivex.internal.observers.BasicIntQueueDisposable;

/**
* 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.
*
* @param <T> the source value type
* @param <R> the element type of the Iterable
Expand Down

0 comments on commit 815c5d2

Please sign in to comment.