Skip to content

Commit

Permalink
Correct a typo in the doc of SharingStarted. (Kotlin#2403)
Browse files Browse the repository at this point in the history
  • Loading branch information
lowasser committed Nov 21, 2020
1 parent f49fbf6 commit e88e58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kotlinx-coroutines-core/common/src/flow/SharingStarted.kt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public enum class SharingCommand {
* [`command`][command] flow implementation function. Back-to-back emissions of the same command have no effect.
* Only emission of a different command has effect:
*
* * [START][SharingCommand.START] — the upstream flow is stared.
* * [START][SharingCommand.START] — the upstream flow is started.
* * [STOP][SharingCommand.STOP] — the upstream flow is stopped.
* * [STOP_AND_RESET_REPLAY_CACHE][SharingCommand.STOP_AND_RESET_REPLAY_CACHE] —
* the upstream flow is stopped and the [SharedFlow.replayCache] is reset to its initial state.
Expand Down

0 comments on commit e88e58d

Please sign in to comment.