@@ -203,7 +203,7 @@ public final Observable<T> refCount(int subscriberCount, long timeout, TimeUnit
203203 * during the lifetime of the returned Observable. If this ConnectableObservable
204204 * terminates, the connection is never renewed, no matter how Observers come
205205 * 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.
207207 * <p>
208208 * This overload does not allow disconnecting the connection established via
209209 * {@link #connect(Consumer)}. Use the {@link #autoConnect(int, Consumer)} overload
@@ -227,7 +227,7 @@ public Observable<T> autoConnect() {
227227 * during the lifetime of the returned Observable. If this ConnectableObservable
228228 * terminates, the connection is never renewed, no matter how Observers come
229229 * 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.
231231 * <p>
232232 * This overload does not allow disconnecting the connection established via
233233 * {@link #connect(Consumer)}. Use the {@link #autoConnect(int, Consumer)} overload
@@ -255,7 +255,7 @@ public Observable<T> autoConnect(int numberOfSubscribers) {
255255 * during the lifetime of the returned Observable. If this ConnectableObservable
256256 * terminates, the connection is never renewed, no matter how Observers come
257257 * 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.
259259 *
260260 * @param numberOfSubscribers the number of subscribers to await before calling connect
261261 * on the ConnectableObservable. A non-positive value indicates
0 commit comments