Skip to content

Commit 06ec98c

Browse files
authored
Update TickerChannels.kt
Fixes typo.
1 parent f9408f6 commit 06ec98c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/kotlinx-coroutines-core/src/channels/TickerChannels.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ enum class TickerMode {
4141
* given delay between them.
4242
*
4343
* The resulting channel is a [rendezvous channel][RendezvousChannel]. When receiver from this channel does not keep
44-
* up with receiving the elements from this channel, they are not being being send due to backpressure. The actual
44+
* up with receiving the elements from this channel, they are not being send due to backpressure. The actual
4545
* timing behavior of ticker in this case is controlled by [mode] parameter which
4646
* is set to [TickerMode.FIXED_PERIOD] by default. See [TickerMode] for other details.
4747
*

0 commit comments

Comments
 (0)