Skip to content

Commit 28e3d05

Browse files
ansmanelizarov
authored andcommitted
Fix a typo in the docs for ArrayChannel
1 parent f62acb6 commit 28e3d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/kotlinx-coroutines-core-common/src/channels/ArrayChannel.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import kotlin.jvm.*
1010

1111
/**
1212
* Channel with array buffer of a fixed [capacity].
13-
* Sender suspends only when buffer is fully and receiver suspends only when buffer is empty.
13+
* Sender suspends only when buffer is full and receiver suspends only when buffer is empty.
1414
*
1515
* This channel is created by `Channel(capacity)` factory function invocation.
1616
*

0 commit comments

Comments
 (0)