Skip to content

Commit aad393b

Browse files
LouisCADqwwdfsad
authored andcommitted
Fix typo: are support -> are supported
1 parent cce0225 commit aad393b

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import kotlinx.coroutines.*
2727
*
2828
* Flow does not carry information whether it is a cold stream (that can be collected multiple times and
2929
* triggers its evaluation every time collection is executed) or hot one, but conventionally flow represents a cold stream.
30-
* Transitions between hot and cold streams are support via channels and corresponding API: [flowViaChannel], [broadcastIn], [produceIn].
30+
* Transitions between hot and cold streams are supported via channels and corresponding API: [flowViaChannel], [broadcastIn], [produceIn].
3131
*
3232
* Flow is a **pure** concept: it encapsulates its own execution context and never propagates it to the downstream, thus making
3333
* reasoning about execution context of particular transformations or terminal operations trivial.

0 commit comments

Comments
 (0)