Skip to content

Commit 4d8f008

Browse files
committed
2.x: add missing 'the' to the changed sentences of 5413
1 parent 4ed9c51 commit 4d8f008

File tree

2 files changed

+37
-37
lines changed

2 files changed

+37
-37
lines changed

src/main/java/io/reactivex/Flowable.java

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ public static int bufferSize() {
151151
* resulting sequence terminates immediately (normally or with all the errors accumulated till that point).
152152
* If that input source is also synchronous, other sources after it will not be subscribed to.
153153
* <p>
154-
* If provided array of source Publishers is empty, the resulting sequence completes immediately without emitting
155-
* any items and without any calls to combiner function.
154+
* If the provided array of source Publishers is empty, the resulting sequence completes immediately without emitting
155+
* any items and without any calls to the combiner function.
156156
*
157157
* <dl>
158158
* <dt><b>Backpressure:</b></dt>
@@ -196,7 +196,7 @@ public static <T, R> Flowable<R> combineLatest(Publisher<? extends T>[] sources,
196196
* If that input source is also synchronous, other sources after it will not be subscribed to.
197197
* <p>
198198
* If there are no source Publishers provided, the resulting sequence completes immediately without emitting
199-
* any items and without any calls to combiner function.
199+
* any items and without any calls to the combiner function.
200200
*
201201
* <dl>
202202
* <dt><b>Backpressure:</b></dt>
@@ -239,8 +239,8 @@ public static <T, R> Flowable<R> combineLatest(Function<? super Object[], ? exte
239239
* resulting sequence terminates immediately (normally or with all the errors accumulated till that point).
240240
* If that input source is also synchronous, other sources after it will not be subscribed to.
241241
* <p>
242-
* If provided array of source Publishers is empty, the resulting sequence completes immediately without emitting
243-
* any items and without any calls to combiner function.
242+
* If the provided array of source Publishers is empty, the resulting sequence completes immediately without emitting
243+
* any items and without any calls to the combiner function.
244244
*
245245
* <dl>
246246
* <dt><b>Backpressure:</b></dt>
@@ -291,8 +291,8 @@ public static <T, R> Flowable<R> combineLatest(Publisher<? extends T>[] sources,
291291
* resulting sequence terminates immediately (normally or with all the errors accumulated till that point).
292292
* If that input source is also synchronous, other sources after it will not be subscribed to.
293293
* <p>
294-
* If provided iterable of source Publishers is empty, the resulting sequence completes immediately without emitting
295-
* any items and without any calls to combiner function.
294+
* If the provided iterable of source Publishers is empty, the resulting sequence completes immediately without emitting
295+
* any items and without any calls to the combiner function.
296296
*
297297
* <dl>
298298
* <dt><b>Backpressure:</b></dt>
@@ -336,8 +336,8 @@ public static <T, R> Flowable<R> combineLatest(Iterable<? extends Publisher<? ex
336336
* resulting sequence terminates immediately (normally or with all the errors accumulated till that point).
337337
* If that input source is also synchronous, other sources after it will not be subscribed to.
338338
* <p>
339-
* If provided iterable of source Publishers is empty, the resulting sequence completes immediately without emitting any items and
340-
* without any calls to combiner function.
339+
* If the provided iterable of source Publishers is empty, the resulting sequence completes immediately without emitting any items and
340+
* without any calls to the combiner function.
341341
*
342342
* <dl>
343343
* <dt><b>Backpressure:</b></dt>
@@ -386,8 +386,8 @@ public static <T, R> Flowable<R> combineLatest(Iterable<? extends Publisher<? ex
386386
* resulting sequence terminates immediately (normally or with all the errors accumulated till that point).
387387
* If that input source is also synchronous, other sources after it will not be subscribed to.
388388
* <p>
389-
* If provided array of source Publishers is empty, the resulting sequence completes immediately without emitting
390-
* any items and without any calls to combiner function.
389+
* If the provided array of source Publishers is empty, the resulting sequence completes immediately without emitting
390+
* any items and without any calls to the combiner function.
391391
*
392392
* <dl>
393393
* <dt><b>Backpressure:</b></dt>
@@ -433,7 +433,7 @@ public static <T, R> Flowable<R> combineLatestDelayError(Publisher<? extends T>[
433433
* If that input source is also synchronous, other sources after it will not be subscribed to.
434434
* <p>
435435
* If there are no source Publishers provided, the resulting sequence completes immediately without emitting
436-
* any items and without any calls to combiner function.
436+
* any items and without any calls to the combiner function.
437437
*
438438
* <dl>
439439
* <dt><b>Backpressure:</b></dt>
@@ -479,7 +479,7 @@ public static <T, R> Flowable<R> combineLatestDelayError(Function<? super Object
479479
* If that input source is also synchronous, other sources after it will not be subscribed to.
480480
* <p>
481481
* If there are no source Publishers provided, the resulting sequence completes immediately without emitting
482-
* any items and without any calls to combiner function.
482+
* any items and without any calls to the combiner function.
483483
*
484484
* <dl>
485485
* <dt><b>Backpressure:</b></dt>
@@ -526,8 +526,8 @@ public static <T, R> Flowable<R> combineLatestDelayError(Function<? super Object
526526
* resulting sequence terminates immediately (normally or with all the errors accumulated till that point).
527527
* If that input source is also synchronous, other sources after it will not be subscribed to.
528528
* <p>
529-
* If provided array of source Publishers is empty, the resulting sequence completes immediately without emitting
530-
* any items and without any calls to combiner function.
529+
* If the provided array of source Publishers is empty, the resulting sequence completes immediately without emitting
530+
* any items and without any calls to the combiner function.
531531
*
532532
* <dl>
533533
* <dt><b>Backpressure:</b></dt>
@@ -580,8 +580,8 @@ public static <T, R> Flowable<R> combineLatestDelayError(Publisher<? extends T>[
580580
* resulting sequence terminates immediately (normally or with all the errors accumulated till that point).
581581
* If that input source is also synchronous, other sources after it will not be subscribed to.
582582
* <p>
583-
* If provided iterable of source Publishers is empty, the resulting sequence completes immediately without emitting
584-
* any items and without any calls to combiner function.
583+
* If the provided iterable of source Publishers is empty, the resulting sequence completes immediately without emitting
584+
* any items and without any calls to the combiner function.
585585
*
586586
* <dl>
587587
* <dt><b>Backpressure:</b></dt>
@@ -626,8 +626,8 @@ public static <T, R> Flowable<R> combineLatestDelayError(Iterable<? extends Publ
626626
* resulting sequence terminates immediately (normally or with all the errors accumulated till that point).
627627
* If that input source is also synchronous, other sources after it will not be subscribed to.
628628
* <p>
629-
* If provided iterable of source Publishers is empty, the resulting sequence completes immediately without emitting
630-
* any items and without any calls to combiner function.
629+
* If the provided iterable of source Publishers is empty, the resulting sequence completes immediately without emitting
630+
* any items and without any calls to the combiner function.
631631
*
632632
* <dl>
633633
* <dt><b>Backpressure:</b></dt>

src/main/java/io/reactivex/Observable.java

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ public static int bufferSize() {
179179
* If that input source is also synchronous, other sources after it will not be subscribed to.
180180
* <p>
181181
* If there are no ObservableSources provided, the resulting sequence completes immediately without emitting
182-
* any items and without any calls to combiner function.
182+
* any items and without any calls to the combiner function.
183183
*
184184
* <p>
185185
* <img width="640" height="380" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/combineLatest.png" alt="">
@@ -221,8 +221,8 @@ public static <T, R> Observable<R> combineLatest(Function<? super Object[], ? ex
221221
* resulting sequence terminates immediately (normally or with all the errors accumulated till that point).
222222
* If that input source is also synchronous, other sources after it will not be subscribed to.
223223
* <p>
224-
* If provided iterable of ObservableSources is empty, the resulting sequence completes immediately without emitting
225-
* any items and without any calls to combiner function.
224+
* If the provided iterable of ObservableSources is empty, the resulting sequence completes immediately without emitting
225+
* any items and without any calls to the combiner function.
226226
*
227227
* <p>
228228
* <img width="640" height="380" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/combineLatest.png" alt="">
@@ -263,8 +263,8 @@ public static <T, R> Observable<R> combineLatest(Iterable<? extends ObservableSo
263263
* resulting sequence terminates immediately (normally or with all the errors accumulated till that point).
264264
* If that input source is also synchronous, other sources after it will not be subscribed to.
265265
* <p>
266-
* If provided iterable of ObservableSources is empty, the resulting sequence completes immediately without emitting
267-
* any items and without any calls to combiner function.
266+
* If the provided iterable of ObservableSources is empty, the resulting sequence completes immediately without emitting
267+
* any items and without any calls to the combiner function.
268268
*
269269
* <p>
270270
* <img width="640" height="380" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/combineLatest.png" alt="">
@@ -313,8 +313,8 @@ public static <T, R> Observable<R> combineLatest(Iterable<? extends ObservableSo
313313
* resulting sequence terminates immediately (normally or with all the errors accumulated till that point).
314314
* If that input source is also synchronous, other sources after it will not be subscribed to.
315315
* <p>
316-
* If provided array of ObservableSources is empty, the resulting sequence completes immediately without emitting
317-
* any items and without any calls to combiner function.
316+
* If the provided array of ObservableSources is empty, the resulting sequence completes immediately without emitting
317+
* any items and without any calls to the combiner function.
318318
*
319319
* <p>
320320
* <img width="640" height="380" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/combineLatest.png" alt="">
@@ -355,8 +355,8 @@ public static <T, R> Observable<R> combineLatest(ObservableSource<? extends T>[]
355355
* resulting sequence terminates immediately (normally or with all the errors accumulated till that point).
356356
* If that input source is also synchronous, other sources after it will not be subscribed to.
357357
* <p>
358-
* If provided array of ObservableSources is empty, the resulting sequence completes immediately without emitting
359-
* any items and without any calls to combiner function.
358+
* If the provided array of ObservableSources is empty, the resulting sequence completes immediately without emitting
359+
* any items and without any calls to the combiner function.
360360
*
361361
* <p>
362362
* <img width="640" height="380" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/combineLatest.png" alt="">
@@ -850,8 +850,8 @@ public static <T1, T2, T3, T4, T5, T6, T7, T8, T9, R> Observable<R> combineLates
850850
* resulting sequence terminates immediately (normally or with all the errors accumulated till that point).
851851
* If that input source is also synchronous, other sources after it will not be subscribed to.
852852
* <p>
853-
* If provided array of ObservableSources is empty, the resulting sequence completes immediately without emitting
854-
* any items and without any calls to combiner function.
853+
* If the provided array of ObservableSources is empty, the resulting sequence completes immediately without emitting
854+
* any items and without any calls to the combiner function.
855855
*
856856
* <dl>
857857
* <dt><b>Scheduler:</b></dt>
@@ -894,7 +894,7 @@ public static <T, R> Observable<R> combineLatestDelayError(ObservableSource<? ex
894894
* If that input source is also synchronous, other sources after it will not be subscribed to.
895895
* <p>
896896
* If there are no ObservableSources provided, the resulting sequence completes immediately without emitting
897-
* any items and without any calls to combiner function.
897+
* any items and without any calls to the combiner function.
898898
*
899899
* <dl>
900900
* <dt><b>Scheduler:</b></dt>
@@ -936,8 +936,8 @@ public static <T, R> Observable<R> combineLatestDelayError(Function<? super Obje
936936
* resulting sequence terminates immediately (normally or with all the errors accumulated till that point).
937937
* If that input source is also synchronous, other sources after it will not be subscribed to.
938938
* <p>
939-
* If provided array of ObservableSources is empty, the resulting sequence completes immediately without emitting
940-
* any items and without any calls to combiner function.
939+
* If the provided array of ObservableSources is empty, the resulting sequence completes immediately without emitting
940+
* any items and without any calls to the combiner function.
941941
*
942942
* <p>
943943
* <img width="640" height="380" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/combineLatestDelayError.png" alt="">
@@ -988,8 +988,8 @@ public static <T, R> Observable<R> combineLatestDelayError(ObservableSource<? ex
988988
* resulting sequence terminates immediately (normally or with all the errors accumulated till that point).
989989
* If that input source is also synchronous, other sources after it will not be subscribed to.
990990
* <p>
991-
* If provided iterable of ObservableSources is empty, the resulting sequence completes immediately without emitting
992-
* any items and without any calls to combiner function.
991+
* If the provided iterable of ObservableSources is empty, the resulting sequence completes immediately without emitting
992+
* any items and without any calls to the combiner function.
993993
*
994994
* <p>
995995
* <img width="640" height="380" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/combineLatestDelayError.png" alt="">
@@ -1031,8 +1031,8 @@ public static <T, R> Observable<R> combineLatestDelayError(Iterable<? extends Ob
10311031
* resulting sequence terminates immediately (normally or with all the errors accumulated till that point).
10321032
* If that input source is also synchronous, other sources after it will not be subscribed to.
10331033
* <p>
1034-
* If provided iterable of ObservableSources is empty, the resulting sequence completes immediately without emitting
1035-
* any items and without any calls to combiner function.
1034+
* If the provided iterable of ObservableSources is empty, the resulting sequence completes immediately without emitting
1035+
* any items and without any calls to the combiner function.
10361036
*
10371037
* <p>
10381038
* <img width="640" height="380" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/combineLatestDelayError.png" alt="">

0 commit comments

Comments
 (0)