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 00e6cbf commit c2d218aCopy full SHA for c2d218a
kotlinx-coroutines-core/common/src/flow/operators/Share.kt
@@ -68,7 +68,7 @@ import kotlin.jvm.*
68
* ### Upstream completion and error handling
69
*
70
* **Normal completion of the upstream flow has no effect on subscribers**, and the sharing coroutine continues to run. If a
71
- * a strategy like [SharingStarted.WhileSubscribed] is used, then the upstream can get restarted again. If a special
+ * strategy like [SharingStarted.WhileSubscribed] is used, then the upstream can get restarted again. If a special
72
* action on upstream completion is needed, then an [onCompletion] operator can be used before the
73
* `shareIn` operator to emit a special value in this case, like this:
74
0 commit comments