Skip to content

Commit 0979f84

Browse files
committed
Fix docs
1 parent a3f7a83 commit 0979f84

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

language-adaptors/rxjava-scala/src/main/scala/rx/lang/scala/Observable.scala

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2242,9 +2242,6 @@ trait Observable[+T]
22422242
*
22432243
* <img width="640" src="https://raw.github.com/wiki/Netflix/RxJava/images/rx-operators/amb.png">
22442244
*
2245-
* You can combine items emitted by two Observables so that they act like a single
2246-
* Observable by using the `merge` method.
2247-
*
22482245
* @param that
22492246
* an Observable competing to react first
22502247
* @return an Observable that emits the same sequence of items as whichever of `this` or `that` first emitted an item.

0 commit comments

Comments
 (0)