Skip to content

Commit 7a249c3

Browse files
committed
Fix typo
1 parent 41b88af commit 7a249c3

File tree

1 file changed

+1
-1
lines changed
  • kotlinx-coroutines-core/common/src/flow

1 file changed

+1
-1
lines changed

kotlinx-coroutines-core/common/src/flow/Flow.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ public interface Flow<out T> {
184184
*
185185
* This method can be used along with SAM-conversion of [FlowCollector]:
186186
* ```
187-
* myFlow.collect { value -> println("Collected $value")
187+
* myFlow.collect { value -> println("Collected $value") }
188188
* ```
189189
*
190190
* ### Method inheritance

0 commit comments

Comments
 (0)