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 32feba8 commit 3b753d9Copy full SHA for 3b753d9
kotlinx-coroutines-core/common/src/flow/operators/Emitters.kt
@@ -14,7 +14,7 @@ import kotlin.coroutines.*
14
import kotlin.jvm.*
15
16
// ------------------ WARNING ------------------
17
-// These emitting operators must use safe flow builder, because their allow
+// These emitting operators must use safe flow builder, because they allow
18
// user code to directly emit to the underlying FlowCollector.
19
20
/**
0 commit comments