Skip to content

Commit d28cc87

Browse files
authored
typo fixed
1 parent 8b0b07a commit d28cc87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reactive/coroutines-guide-reactive.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ four
534534

535535
Another implementation of [BroadcastChannel] is [ArrayBroadcastChannel]. It delivers every event to every
536536
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.
537+
[PublishSubject](http://reactivex.io/RxJava/2.x/javadoc/io/reactivex/subjects/PublishSubject.html) in Rx.
538538
The capacity of the buffer in the constructor of `ArrayBroadcastChannel` controls the numbers of elements
539539
that can be sent before the sender is suspended waiting for receiver to receive those elements.
540540

0 commit comments

Comments
 (0)