Skip to content

Commit 0ac7af6

Browse files
elizarovqwwdfsad
andcommitted
Update kotlinx-coroutines-core/common/src/flow/StateFlow.kt
Co-authored-by: Vsevolod Tolstopyatov <[email protected]>
1 parent eba6be6 commit 0ac7af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import kotlin.native.concurrent.*
2222
* Updates to the [value] are always [conflated][Flow.conflate]. So a slow collector skips fast updates,
2323
* but always collects the most recently emitted value.
2424
*
25-
* [StateFlow] is useful as a data-model class to represented any kind of state.
25+
* [StateFlow] is useful as a data-model class to represent any kind of state.
2626
* Derived values can be defined using various operators on the flows, with [combine] operator being especially
2727
* useful to combine values from multiple state flows using arbitrary functions.
2828
*

0 commit comments

Comments
 (0)