Skip to content

Commit 0107e3a

Browse files
qwert2603akarnokd
authored andcommitted
documentation updates (#4798)
* documentation updates * Update Observable.java
1 parent f2351e2 commit 0107e3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11737,7 +11737,7 @@ public final <K, V> Single<Map<K, Collection<V>>> toMultimap(
1173711737
}
1173811738

1173911739
/**
11740-
* Converts the current Observable into an Observable by applying the specified backpressure strategy.
11740+
* Converts the current Observable into a Flowable by applying the specified backpressure strategy.
1174111741
* <dl>
1174211742
* <dt><b>Backpressure:</b></dt>
1174311743
* <dd>The operator applies the chosen backpressure strategy of {@link BackpressureStrategy} enum.</dd>
@@ -11746,7 +11746,7 @@ public final <K, V> Single<Map<K, Collection<V>>> toMultimap(
1174611746
* </dl>
1174711747
*
1174811748
* @param strategy the backpressure strategy to apply
11749-
* @return the new Observable instance
11749+
* @return the new Flowable instance
1175011750
*/
1175111751
@BackpressureSupport(BackpressureKind.SPECIAL)
1175211752
@SchedulerSupport(SchedulerSupport.NONE)

0 commit comments

Comments
 (0)