We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eba6be6 commit 0ac7af6Copy full SHA for 0ac7af6
kotlinx-coroutines-core/common/src/flow/StateFlow.kt
@@ -22,7 +22,7 @@ import kotlin.native.concurrent.*
22
* Updates to the [value] are always [conflated][Flow.conflate]. So a slow collector skips fast updates,
23
* but always collects the most recently emitted value.
24
*
25
- * [StateFlow] is useful as a data-model class to represented any kind of state.
+ * [StateFlow] is useful as a data-model class to represent any kind of state.
26
* Derived values can be defined using various operators on the flows, with [combine] operator being especially
27
* useful to combine values from multiple state flows using arbitrary functions.
28
0 commit comments