Skip to content

Commit 13765d5

Browse files
authored
Add missing article. (#2553)
1 parent 218208d commit 13765d5

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

kotlinx-coroutines-core/common/src/flow/Flow.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ import kotlin.coroutines.*
101101
* From the implementation point of view, it means that all flow implementations should
102102
* only emit from the same coroutine.
103103
* 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.
104+
* The [flow] builder should be used if the flow implementation does not start any coroutines.
105105
* Its implementation prevents most of the development mistakes:
106106
*
107107
* ```

0 commit comments

Comments
 (0)