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
#2013)

Fixes #2007
  • Loading branch information
elizarov committed May 12, 2020
1 parent 3b753d9 commit 10acaf2
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 10acaf2

Please sign in to comment.