Skip to content

Commit

Permalink
Missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
trietbui85 authored and qwwdfsad committed Apr 5, 2019
1 parent ffae070 commit 5830d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kotlinx-coroutines-core/common/src/flow/Flow.kt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import kotlinx.coroutines.*
* values and completes normally or with an exception.
*
* All transformations on the flow, such as [map] and [filter] do not trigger flow collection or execution, only
* terminal operators (e.g. [single])do trigger it.
* terminal operators (e.g. [single]) do trigger it.
*
* Flow can be collected in a suspending manner, without actual blocking using [collect] extension that will complete normally or exceptionally:
* ```
Expand Down

0 comments on commit 5830d01

Please sign in to comment.