Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
qwwdfsad committed Dec 15, 2021
1 parent 41b88af commit 7a249c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kotlinx-coroutines-core/common/src/flow/Flow.kt
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ public interface Flow<out T> {
*
* This method can be used along with SAM-conversion of [FlowCollector]:
* ```
* myFlow.collect { value -> println("Collected $value")
* myFlow.collect { value -> println("Collected $value") }
* ```
*
* ### Method inheritance
Expand Down

0 comments on commit 7a249c3

Please sign in to comment.