We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b0b07a commit d28cc87Copy full SHA for d28cc87
reactive/coroutines-guide-reactive.md
@@ -534,7 +534,7 @@ four
534
535
Another implementation of [BroadcastChannel] is [ArrayBroadcastChannel]. It delivers every event to every
536
subscriber since the moment the corresponding subscription is open. It corresponds to
537
-[PublishSubject][http://reactivex.io/RxJava/2.x/javadoc/io/reactivex/subjects/PublishSubject.html] in Rx.
+[PublishSubject](http://reactivex.io/RxJava/2.x/javadoc/io/reactivex/subjects/PublishSubject.html) in Rx.
538
The capacity of the buffer in the constructor of `ArrayBroadcastChannel` controls the numbers of elements
539
that can be sent before the sender is suspended waiting for receiver to receive those elements.
540
0 commit comments