Skip to content

Commit 5830d01

Browse files
trietbui85qwwdfsad
authored andcommitted
Missing space
1 parent ffae070 commit 5830d01

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
@@ -11,7 +11,7 @@ import kotlinx.coroutines.*
1111
* values and completes normally or with an exception.
1212
*
1313
* All transformations on the flow, such as [map] and [filter] do not trigger flow collection or execution, only
14-
* terminal operators (e.g. [single])do trigger it.
14+
* terminal operators (e.g. [single]) do trigger it.
1515
*
1616
* Flow can be collected in a suspending manner, without actual blocking using [collect] extension that will complete normally or exceptionally:
1717
* ```

0 commit comments

Comments
 (0)