Skip to content

Commit b2188dd

Browse files
authored
Correct trailing brace in transformWhile docs. (#3290)
1 parent b8c9aae commit b2188dd

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

kotlinx-coroutines-core/common/src/flow/operators/Limit.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ public fun <T> Flow<T>.takeWhile(predicate: suspend (T) -> Boolean): Flow<T> = f
109109
* emit(progress) // always emit progress
110110
* !progress.isDone() // continue while download is not done
111111
* }
112-
* }
113112
* ```
114113
*/
115114
public fun <T, R> Flow<T>.transformWhile(

0 commit comments

Comments
 (0)