Skip to content

Commit

Permalink
2.x: add missing 'the' to the changed sentences of 5413
Browse files Browse the repository at this point in the history
  • Loading branch information
akarnokd committed Jun 28, 2017
1 parent 4ed9c51 commit 4d8f008
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 37 deletions.
38 changes: 19 additions & 19 deletions src/main/java/io/reactivex/Flowable.java
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ public static int bufferSize() {
* resulting sequence terminates immediately (normally or with all the errors accumulated till that point).
* If that input source is also synchronous, other sources after it will not be subscribed to.
* <p>
* If provided array of source Publishers is empty, the resulting sequence completes immediately without emitting
* any items and without any calls to combiner function.
* If the provided array of source Publishers is empty, the resulting sequence completes immediately without emitting
* any items and without any calls to the combiner function.
*
* <dl>
* <dt><b>Backpressure:</b></dt>
Expand Down Expand Up @@ -196,7 +196,7 @@ public static <T, R> Flowable<R> combineLatest(Publisher<? extends T>[] sources,
* If that input source is also synchronous, other sources after it will not be subscribed to.
* <p>
* If there are no source Publishers provided, the resulting sequence completes immediately without emitting
* any items and without any calls to combiner function.
* any items and without any calls to the combiner function.
*
* <dl>
* <dt><b>Backpressure:</b></dt>
Expand Down Expand Up @@ -239,8 +239,8 @@ public static <T, R> Flowable<R> combineLatest(Function<? super Object[], ? exte
* resulting sequence terminates immediately (normally or with all the errors accumulated till that point).
* If that input source is also synchronous, other sources after it will not be subscribed to.
* <p>
* If provided array of source Publishers is empty, the resulting sequence completes immediately without emitting
* any items and without any calls to combiner function.
* If the provided array of source Publishers is empty, the resulting sequence completes immediately without emitting
* any items and without any calls to the combiner function.
*
* <dl>
* <dt><b>Backpressure:</b></dt>
Expand Down Expand Up @@ -291,8 +291,8 @@ public static <T, R> Flowable<R> combineLatest(Publisher<? extends T>[] sources,
* resulting sequence terminates immediately (normally or with all the errors accumulated till that point).
* If that input source is also synchronous, other sources after it will not be subscribed to.
* <p>
* If provided iterable of source Publishers is empty, the resulting sequence completes immediately without emitting
* any items and without any calls to combiner function.
* If the provided iterable of source Publishers is empty, the resulting sequence completes immediately without emitting
* any items and without any calls to the combiner function.
*
* <dl>
* <dt><b>Backpressure:</b></dt>
Expand Down Expand Up @@ -336,8 +336,8 @@ public static <T, R> Flowable<R> combineLatest(Iterable<? extends Publisher<? ex
* resulting sequence terminates immediately (normally or with all the errors accumulated till that point).
* If that input source is also synchronous, other sources after it will not be subscribed to.
* <p>
* If provided iterable of source Publishers is empty, the resulting sequence completes immediately without emitting any items and
* without any calls to combiner function.
* If the provided iterable of source Publishers is empty, the resulting sequence completes immediately without emitting any items and
* without any calls to the combiner function.
*
* <dl>
* <dt><b>Backpressure:</b></dt>
Expand Down Expand Up @@ -386,8 +386,8 @@ public static <T, R> Flowable<R> combineLatest(Iterable<? extends Publisher<? ex
* resulting sequence terminates immediately (normally or with all the errors accumulated till that point).
* If that input source is also synchronous, other sources after it will not be subscribed to.
* <p>
* If provided array of source Publishers is empty, the resulting sequence completes immediately without emitting
* any items and without any calls to combiner function.
* If the provided array of source Publishers is empty, the resulting sequence completes immediately without emitting
* any items and without any calls to the combiner function.
*
* <dl>
* <dt><b>Backpressure:</b></dt>
Expand Down Expand Up @@ -433,7 +433,7 @@ public static <T, R> Flowable<R> combineLatestDelayError(Publisher<? extends T>[
* If that input source is also synchronous, other sources after it will not be subscribed to.
* <p>
* If there are no source Publishers provided, the resulting sequence completes immediately without emitting
* any items and without any calls to combiner function.
* any items and without any calls to the combiner function.
*
* <dl>
* <dt><b>Backpressure:</b></dt>
Expand Down Expand Up @@ -479,7 +479,7 @@ public static <T, R> Flowable<R> combineLatestDelayError(Function<? super Object
* If that input source is also synchronous, other sources after it will not be subscribed to.
* <p>
* If there are no source Publishers provided, the resulting sequence completes immediately without emitting
* any items and without any calls to combiner function.
* any items and without any calls to the combiner function.
*
* <dl>
* <dt><b>Backpressure:</b></dt>
Expand Down Expand Up @@ -526,8 +526,8 @@ public static <T, R> Flowable<R> combineLatestDelayError(Function<? super Object
* resulting sequence terminates immediately (normally or with all the errors accumulated till that point).
* If that input source is also synchronous, other sources after it will not be subscribed to.
* <p>
* If provided array of source Publishers is empty, the resulting sequence completes immediately without emitting
* any items and without any calls to combiner function.
* If the provided array of source Publishers is empty, the resulting sequence completes immediately without emitting
* any items and without any calls to the combiner function.
*
* <dl>
* <dt><b>Backpressure:</b></dt>
Expand Down Expand Up @@ -580,8 +580,8 @@ public static <T, R> Flowable<R> combineLatestDelayError(Publisher<? extends T>[
* resulting sequence terminates immediately (normally or with all the errors accumulated till that point).
* If that input source is also synchronous, other sources after it will not be subscribed to.
* <p>
* If provided iterable of source Publishers is empty, the resulting sequence completes immediately without emitting
* any items and without any calls to combiner function.
* If the provided iterable of source Publishers is empty, the resulting sequence completes immediately without emitting
* any items and without any calls to the combiner function.
*
* <dl>
* <dt><b>Backpressure:</b></dt>
Expand Down Expand Up @@ -626,8 +626,8 @@ public static <T, R> Flowable<R> combineLatestDelayError(Iterable<? extends Publ
* resulting sequence terminates immediately (normally or with all the errors accumulated till that point).
* If that input source is also synchronous, other sources after it will not be subscribed to.
* <p>
* If provided iterable of source Publishers is empty, the resulting sequence completes immediately without emitting
* any items and without any calls to combiner function.
* If the provided iterable of source Publishers is empty, the resulting sequence completes immediately without emitting
* any items and without any calls to the combiner function.
*
* <dl>
* <dt><b>Backpressure:</b></dt>
Expand Down
36 changes: 18 additions & 18 deletions src/main/java/io/reactivex/Observable.java
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ public static int bufferSize() {
* If that input source is also synchronous, other sources after it will not be subscribed to.
* <p>
* If there are no ObservableSources provided, the resulting sequence completes immediately without emitting
* any items and without any calls to combiner function.
* any items and without any calls to the combiner function.
*
* <p>
* <img width="640" height="380" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/combineLatest.png" alt="">
Expand Down Expand Up @@ -221,8 +221,8 @@ public static <T, R> Observable<R> combineLatest(Function<? super Object[], ? ex
* resulting sequence terminates immediately (normally or with all the errors accumulated till that point).
* If that input source is also synchronous, other sources after it will not be subscribed to.
* <p>
* If provided iterable of ObservableSources is empty, the resulting sequence completes immediately without emitting
* any items and without any calls to combiner function.
* If the provided iterable of ObservableSources is empty, the resulting sequence completes immediately without emitting
* any items and without any calls to the combiner function.
*
* <p>
* <img width="640" height="380" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/combineLatest.png" alt="">
Expand Down Expand Up @@ -263,8 +263,8 @@ public static <T, R> Observable<R> combineLatest(Iterable<? extends ObservableSo
* resulting sequence terminates immediately (normally or with all the errors accumulated till that point).
* If that input source is also synchronous, other sources after it will not be subscribed to.
* <p>
* If provided iterable of ObservableSources is empty, the resulting sequence completes immediately without emitting
* any items and without any calls to combiner function.
* If the provided iterable of ObservableSources is empty, the resulting sequence completes immediately without emitting
* any items and without any calls to the combiner function.
*
* <p>
* <img width="640" height="380" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/combineLatest.png" alt="">
Expand Down Expand Up @@ -313,8 +313,8 @@ public static <T, R> Observable<R> combineLatest(Iterable<? extends ObservableSo
* resulting sequence terminates immediately (normally or with all the errors accumulated till that point).
* If that input source is also synchronous, other sources after it will not be subscribed to.
* <p>
* If provided array of ObservableSources is empty, the resulting sequence completes immediately without emitting
* any items and without any calls to combiner function.
* If the provided array of ObservableSources is empty, the resulting sequence completes immediately without emitting
* any items and without any calls to the combiner function.
*
* <p>
* <img width="640" height="380" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/combineLatest.png" alt="">
Expand Down Expand Up @@ -355,8 +355,8 @@ public static <T, R> Observable<R> combineLatest(ObservableSource<? extends T>[]
* resulting sequence terminates immediately (normally or with all the errors accumulated till that point).
* If that input source is also synchronous, other sources after it will not be subscribed to.
* <p>
* If provided array of ObservableSources is empty, the resulting sequence completes immediately without emitting
* any items and without any calls to combiner function.
* If the provided array of ObservableSources is empty, the resulting sequence completes immediately without emitting
* any items and without any calls to the combiner function.
*
* <p>
* <img width="640" height="380" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/combineLatest.png" alt="">
Expand Down Expand Up @@ -850,8 +850,8 @@ public static <T1, T2, T3, T4, T5, T6, T7, T8, T9, R> Observable<R> combineLates
* resulting sequence terminates immediately (normally or with all the errors accumulated till that point).
* If that input source is also synchronous, other sources after it will not be subscribed to.
* <p>
* If provided array of ObservableSources is empty, the resulting sequence completes immediately without emitting
* any items and without any calls to combiner function.
* If the provided array of ObservableSources is empty, the resulting sequence completes immediately without emitting
* any items and without any calls to the combiner function.
*
* <dl>
* <dt><b>Scheduler:</b></dt>
Expand Down Expand Up @@ -894,7 +894,7 @@ public static <T, R> Observable<R> combineLatestDelayError(ObservableSource<? ex
* If that input source is also synchronous, other sources after it will not be subscribed to.
* <p>
* If there are no ObservableSources provided, the resulting sequence completes immediately without emitting
* any items and without any calls to combiner function.
* any items and without any calls to the combiner function.
*
* <dl>
* <dt><b>Scheduler:</b></dt>
Expand Down Expand Up @@ -936,8 +936,8 @@ public static <T, R> Observable<R> combineLatestDelayError(Function<? super Obje
* resulting sequence terminates immediately (normally or with all the errors accumulated till that point).
* If that input source is also synchronous, other sources after it will not be subscribed to.
* <p>
* If provided array of ObservableSources is empty, the resulting sequence completes immediately without emitting
* any items and without any calls to combiner function.
* If the provided array of ObservableSources is empty, the resulting sequence completes immediately without emitting
* any items and without any calls to the combiner function.
*
* <p>
* <img width="640" height="380" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/combineLatestDelayError.png" alt="">
Expand Down Expand Up @@ -988,8 +988,8 @@ public static <T, R> Observable<R> combineLatestDelayError(ObservableSource<? ex
* resulting sequence terminates immediately (normally or with all the errors accumulated till that point).
* If that input source is also synchronous, other sources after it will not be subscribed to.
* <p>
* If provided iterable of ObservableSources is empty, the resulting sequence completes immediately without emitting
* any items and without any calls to combiner function.
* If the provided iterable of ObservableSources is empty, the resulting sequence completes immediately without emitting
* any items and without any calls to the combiner function.
*
* <p>
* <img width="640" height="380" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/combineLatestDelayError.png" alt="">
Expand Down Expand Up @@ -1031,8 +1031,8 @@ public static <T, R> Observable<R> combineLatestDelayError(Iterable<? extends Ob
* resulting sequence terminates immediately (normally or with all the errors accumulated till that point).
* If that input source is also synchronous, other sources after it will not be subscribed to.
* <p>
* If provided iterable of ObservableSources is empty, the resulting sequence completes immediately without emitting
* any items and without any calls to combiner function.
* If the provided iterable of ObservableSources is empty, the resulting sequence completes immediately without emitting
* any items and without any calls to the combiner function.
*
* <p>
* <img width="640" height="380" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/combineLatestDelayError.png" alt="">
Expand Down

0 comments on commit 4d8f008

Please sign in to comment.