We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 412f585 commit abc29b4Copy full SHA for abc29b4
kotlinx-coroutines-core/concurrent/src/channels/Channels.kt
@@ -30,7 +30,7 @@ import kotlin.jvm.*
30
public fun <E> SendChannel<E>.trySendBlocking(element: E): ChannelResult<Unit> {
31
/*
32
* Sent successfully -- bail out.
33
- * But failure may indicate either that the channel it full or that
+ * But failure may indicate either that the channel is full or that
34
* it is close. Go to slow path on failure to simplify the successful path and
35
* to materialize default exception.
36
*/
0 commit comments