Skip to content

Commit e88e58d

Browse files
authored
Correct a typo in the doc of SharingStarted. (#2403)
1 parent f49fbf6 commit e88e58d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public enum class SharingCommand {
6060
* [`command`][command] flow implementation function. Back-to-back emissions of the same command have no effect.
6161
* Only emission of a different command has effect:
6262
*
63-
* * [START][SharingCommand.START] — the upstream flow is stared.
63+
* * [START][SharingCommand.START] — the upstream flow is started.
6464
* * [STOP][SharingCommand.STOP] — the upstream flow is stopped.
6565
* * [STOP_AND_RESET_REPLAY_CACHE][SharingCommand.STOP_AND_RESET_REPLAY_CACHE] —
6666
* the upstream flow is stopped and the [SharedFlow.replayCache] is reset to its initial state.

0 commit comments

Comments
 (0)