Skip to content

Commit cc63363

Browse files
committed
More links and typos fixed
1 parent 2ebe404 commit cc63363

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

kotlinx-coroutines-rx2/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Module kotlinx-coroutines-rx1
1+
# Module kotlinx-coroutines-rx2
22

33
Utilities for [RxJava 2.x](https://github.com/ReactiveX/RxJava).
44

@@ -22,8 +22,8 @@ Suspending extension functions and suspending iteration:
2222
| [ObservableSource.open][io.reactivex.ObservableSource.open] | Subscribes to observable and returns [ReceiveChannel]
2323
| [ObservableSource.iterator][io.reactivex.ObservableSource.iterator] | Subscribes to observable and returns [ChannelIterator]
2424

25-
Note, that [Flowable][io.reactivex.Flowable] is a subclass of [Reactive Streams](http://www.reactive-streams.org)
26-
[Publisher][org.reactivestreams.Publisher] and extensions for it are covered by
25+
Note, that `Flowable` is a subclass of [Reactive Streams](http://www.reactive-streams.org)
26+
`Publisher` and extensions for it are covered by
2727
[kotlinx-coroutines-reactive](../kotlinx-coroutines-reactive) module.
2828

2929
Conversion functions:

0 commit comments

Comments
 (0)