Skip to content

Commit

Permalink
Remove a reference to a missing close method from MutableStateFlow doc (
Browse files Browse the repository at this point in the history
  • Loading branch information
elizarov authored and recheej committed Dec 28, 2020
1 parent 64ff210 commit d709db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kotlinx-coroutines-core/common/src/flow/StateFlow.kt
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public interface StateFlow<out T> : Flow<T> {
}

/**
* 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].
*
* See [StateFlow] documentation for details.
*
Expand Down

0 comments on commit d709db7

Please sign in to comment.