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 41b88af commit 7a249c3Copy full SHA for 7a249c3
kotlinx-coroutines-core/common/src/flow/Flow.kt
@@ -184,7 +184,7 @@ public interface Flow<out T> {
184
*
185
* This method can be used along with SAM-conversion of [FlowCollector]:
186
* ```
187
- * myFlow.collect { value -> println("Collected $value")
+ * myFlow.collect { value -> println("Collected $value") }
188
189
190
* ### Method inheritance
0 commit comments