We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f62acb6 commit 28e3d05Copy full SHA for 28e3d05
common/kotlinx-coroutines-core-common/src/channels/ArrayChannel.kt
@@ -10,7 +10,7 @@ import kotlin.jvm.*
10
11
/**
12
* Channel with array buffer of a fixed [capacity].
13
- * Sender suspends only when buffer is fully and receiver suspends only when buffer is empty.
+ * Sender suspends only when buffer is full and receiver suspends only when buffer is empty.
14
*
15
* This channel is created by `Channel(capacity)` factory function invocation.
16
0 commit comments