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 ffae070 commit 5830d01Copy full SHA for 5830d01
kotlinx-coroutines-core/common/src/flow/Flow.kt
@@ -11,7 +11,7 @@ import kotlinx.coroutines.*
11
* values and completes normally or with an exception.
12
*
13
* 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.
+ * terminal operators (e.g. [single]) do trigger it.
15
16
* Flow can be collected in a suspending manner, without actual blocking using [collect] extension that will complete normally or exceptionally:
17
* ```
0 commit comments