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 7db813f commit 6a34999Copy full SHA for 6a34999
src/main/java/rx/Observable.java
@@ -5313,7 +5313,7 @@ public final Observable<T> onExceptionResumeNext(final Observable<? extends T> r
5313
}
5314
5315
/**
5316
- * Returns a {@link ConnectableObservable}, which waits until its
+ * Returns a {@link ConnectableObservable}, which is a variety of Observable that waits until its
5317
* {@link ConnectableObservable#connect connect} method is called before it begins emitting items to those
5318
* {@link Observer}s that have subscribed to it.
5319
* <p>
0 commit comments