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 3b753d9 commit 10acaf2Copy full SHA for 10acaf2
kotlinx-coroutines-core/common/src/flow/StateFlow.kt
@@ -109,7 +109,7 @@ public interface StateFlow<out T> : Flow<T> {
109
}
110
111
/**
112
- * A mutable [StateFlow] that provides a setter for [value] and a method to [close] the flow.
+ * A mutable [StateFlow] that provides a setter for [value].
113
*
114
* See [StateFlow] documentation for details.
115
0 commit comments