Skip to content

Commit 66fe1c8

Browse files
yunjooparkyunjoo-park
and
yunjoo-park
authored
Correct typos in Merge.kt (#2489)
Co-authored-by: yunjoo-park <[email protected]>
1 parent 22087ef commit 66fe1c8

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public val DEFAULT_CONCURRENCY: Int = systemProp(DEFAULT_CONCURRENCY_PROPERTY_NA
3434
* Transforms elements emitted by the original flow by applying [transform], that returns another flow,
3535
* and then concatenating and flattening these flows.
3636
*
37-
* This method is is a shortcut for `map(transform).flattenConcat()`. See [flattenConcat].
37+
* This method is a shortcut for `map(transform).flattenConcat()`. See [flattenConcat].
3838
*
3939
* Note that even though this operator looks very familiar, we discourage its usage in a regular application-specific flows.
4040
* Most likely, suspending operation in [map] operator will be sufficient and linear transformations are much easier to reason about.

0 commit comments

Comments
 (0)