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 f49fbf6 commit e88e58dCopy full SHA for e88e58d
kotlinx-coroutines-core/common/src/flow/SharingStarted.kt
@@ -60,7 +60,7 @@ public enum class SharingCommand {
60
* [`command`][command] flow implementation function. Back-to-back emissions of the same command have no effect.
61
* Only emission of a different command has effect:
62
*
63
- * * [START][SharingCommand.START] — the upstream flow is stared.
+ * * [START][SharingCommand.START] — the upstream flow is started.
64
* * [STOP][SharingCommand.STOP] — the upstream flow is stopped.
65
* * [STOP_AND_RESET_REPLAY_CACHE][SharingCommand.STOP_AND_RESET_REPLAY_CACHE] —
66
* the upstream flow is stopped and the [SharedFlow.replayCache] is reset to its initial state.
0 commit comments