@@ -203,7 +203,7 @@ public final Observable<T> refCount(int subscriberCount, long timeout, TimeUnit
203
203
* during the lifetime of the returned Observable. If this ConnectableObservable
204
204
* terminates, the connection is never renewed, no matter how Observers come
205
205
* and go. Use {@link #refCount()} to renew a connection or dispose an active
206
- * connection when all {@code Observers }s have disposed their {@code Disposable}s.
206
+ * connection when all {@code Observer }s have disposed their {@code Disposable}s.
207
207
* <p>
208
208
* This overload does not allow disconnecting the connection established via
209
209
* {@link #connect(Consumer)}. Use the {@link #autoConnect(int, Consumer)} overload
@@ -227,7 +227,7 @@ public Observable<T> autoConnect() {
227
227
* during the lifetime of the returned Observable. If this ConnectableObservable
228
228
* terminates, the connection is never renewed, no matter how Observers come
229
229
* and go. Use {@link #refCount()} to renew a connection or dispose an active
230
- * connection when all {@code Observers }s have disposed their {@code Disposable}s.
230
+ * connection when all {@code Observer }s have disposed their {@code Disposable}s.
231
231
* <p>
232
232
* This overload does not allow disconnecting the connection established via
233
233
* {@link #connect(Consumer)}. Use the {@link #autoConnect(int, Consumer)} overload
@@ -255,7 +255,7 @@ public Observable<T> autoConnect(int numberOfSubscribers) {
255
255
* during the lifetime of the returned Observable. If this ConnectableObservable
256
256
* terminates, the connection is never renewed, no matter how Observers come
257
257
* and go. Use {@link #refCount()} to renew a connection or dispose an active
258
- * connection when all {@code Observers }s have disposed their {@code Disposable}s.
258
+ * connection when all {@code Observer }s have disposed their {@code Disposable}s.
259
259
*
260
260
* @param numberOfSubscribers the number of subscribers to await before calling connect
261
261
* on the ConnectableObservable. A non-positive value indicates
0 commit comments