Skip to content

Commit 03295a2

Browse files
committed
fix javadoc description of share()
1 parent e556de8 commit 03295a2

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
@@ -6510,7 +6510,7 @@ public final Observable<T> serialize() {
65106510

65116511
/**
65126512
* 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.
6513+
* there is at least one {@link Subscriber} this {@link Observable} will be subscribed and emitting data.
65146514
* When all subscribers have unsubscribed it will unsubscribe from the source {@link Observable}.
65156515
* <p>
65166516
* This is an alias for {@link #publish()}.{@link ConnectableObservable#refCount()}.

0 commit comments

Comments
 (0)