We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e556de8 commit 03295a2Copy full SHA for 03295a2
src/main/java/rx/Observable.java
@@ -6510,7 +6510,7 @@ public final Observable<T> serialize() {
6510
6511
/**
6512
* Returns a new {@link Observable} that multicasts (shares) the original {@link Observable}. As long as
6513
- * there is more than one {@link Subscriber} this {@link Observable} will be subscribed and emitting data.
+ * there is at least one {@link Subscriber} this {@link Observable} will be subscribed and emitting data.
6514
* When all subscribers have unsubscribed it will unsubscribe from the source {@link Observable}.
6515
* <p>
6516
* This is an alias for {@link #publish()}.{@link ConnectableObservable#refCount()}.
0 commit comments