Skip to content

Commit d709db7

Browse files
elizarovrecheej
authored andcommitted
Remove a reference to a missing close method from MutableStateFlow doc (Kotlin#2013)
Fixes Kotlin#2007
1 parent 64ff210 commit d709db7

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
@@ -109,7 +109,7 @@ public interface StateFlow<out T> : Flow<T> {
109109
}
110110

111111
/**
112-
* A mutable [StateFlow] that provides a setter for [value] and a method to [close] the flow.
112+
* A mutable [StateFlow] that provides a setter for [value].
113113
*
114114
* See [StateFlow] documentation for details.
115115
*

0 commit comments

Comments
 (0)