Skip to content

Commit d19ef82

Browse files
qwwdfsadpablobaxter
authored andcommitted
Update SharedFlow documentation (Kotlin#2437)
* Update SharedFlow documentation
1 parent 87d3055 commit d19ef82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlinx-coroutines-core/common/src/flow/SharedFlow.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import kotlin.native.concurrent.*
3333
*
3434
* [SharedFlow] is useful for broadcasting events that happen inside an application to subscribers that can come and go.
3535
* For example, the following class encapsulates an event bus that distributes events to all subscribers
36-
* in a _rendezvous_ manner, suspending until all subscribers process each event:
36+
* in a _rendezvous_ manner, suspending until all subscribers receive emitted event:
3737
*
3838
* ```
3939
* class EventBus {

0 commit comments

Comments
 (0)