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 55a48fb commit 69ee60bCopy full SHA for 69ee60b
common/kotlinx-coroutines-core-common/src/channels/Channel.kt
@@ -221,7 +221,7 @@ public interface ReceiveChannel<out E> {
221
* [isClosedForReceive] without cause. The [select] invocation fails with
222
* the original [close][SendChannel.close] cause exception if the channel has _failed_.
223
*
224
- * **Note: This is an experimental api.** This function may be replaced with a better on in the future.
+ * **Note: This is an experimental api.** This function may be replaced with a better one in the future.
225
*/
226
@ExperimentalCoroutinesApi
227
public val onReceiveOrNull: SelectClause1<E?>
0 commit comments