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 7673c09 commit 7265d33Copy full SHA for 7265d33
src/main/java/io/reactivex/observables/ConnectableObservable.java
@@ -68,7 +68,7 @@ public final Disposable connect() {
68
* Returns an {@code Observable} that stays connected to this {@code ConnectableObservable} as long as there
69
* is at least one subscription to this {@code ConnectableObservable}.
70
*
71
- * @return a {@link Flowable}
+ * @return an {@link Observable}
72
* @see <a href="http://reactivex.io/documentation/operators/refcount.html">ReactiveX documentation: RefCount</a>
73
*/
74
public Observable<T> refCount() {
0 commit comments