Skip to content

Commit fb4a332

Browse files
paolopelizarov
authored andcommitted
Update TickerChannels.kt
Fixes typo.
1 parent 7cb5cc2 commit fb4a332

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 send due to backpressure. The actual
44+
* up with receiving the elements from this channel, they are not being sent 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)