Skip to content

Commit 69ee60b

Browse files
LouisCADqwwdfsad
authored andcommitted
Fix typo
better on -> better one
1 parent 55a48fb commit 69ee60b

File tree

1 file changed

+1
-1
lines changed
  • common/kotlinx-coroutines-core-common/src/channels

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ public interface ReceiveChannel<out E> {
221221
* [isClosedForReceive] without cause. The [select] invocation fails with
222222
* the original [close][SendChannel.close] cause exception if the channel has _failed_.
223223
*
224-
* **Note: This is an experimental api.** This function may be replaced with a better on in the future.
224+
* **Note: This is an experimental api.** This function may be replaced with a better one in the future.
225225
*/
226226
@ExperimentalCoroutinesApi
227227
public val onReceiveOrNull: SelectClause1<E?>

0 commit comments

Comments
 (0)