Skip to content

Commit 6a34999

Browse files
committed
clarify return value of publish() in javadocs (#1855)
1 parent 7db813f commit 6a34999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/rx/Observable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5313,7 +5313,7 @@ public final Observable<T> onExceptionResumeNext(final Observable<? extends T> r
53135313
}
53145314

53155315
/**
5316-
* Returns a {@link ConnectableObservable}, which waits until its
5316+
* Returns a {@link ConnectableObservable}, which is a variety of Observable that waits until its
53175317
* {@link ConnectableObservable#connect connect} method is called before it begins emitting items to those
53185318
* {@link Observer}s that have subscribed to it.
53195319
* <p>

0 commit comments

Comments
 (0)