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 218208d commit 13765d5Copy full SHA for 13765d5
kotlinx-coroutines-core/common/src/flow/Flow.kt
@@ -101,7 +101,7 @@ import kotlin.coroutines.*
101
* From the implementation point of view, it means that all flow implementations should
102
* only emit from the same coroutine.
103
* This constraint is efficiently enforced by the default [flow] builder.
104
- * The [flow] builder should be used if flow implementation does not start any coroutines.
+ * The [flow] builder should be used if the flow implementation does not start any coroutines.
105
* Its implementation prevents most of the development mistakes:
106
*
107
* ```
0 commit comments