We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cb5cc2 commit fb4a332Copy full SHA for fb4a332
core/kotlinx-coroutines-core/src/channels/TickerChannels.kt
@@ -41,7 +41,7 @@ enum class TickerMode {
41
* given delay between them.
42
*
43
* 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
+ * up with receiving the elements from this channel, they are not being sent due to backpressure. The actual
45
* timing behavior of ticker in this case is controlled by [mode] parameter which
46
* is set to [TickerMode.FIXED_PERIOD] by default. See [TickerMode] for other details.
47
0 commit comments