File tree 1 file changed +1
-1
lines changed
kotlinx-coroutines-core/common/src/flow/operators
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ public val DEFAULT_CONCURRENCY: Int = systemProp(DEFAULT_CONCURRENCY_PROPERTY_NA
34
34
* Transforms elements emitted by the original flow by applying [transform], that returns another flow,
35
35
* and then concatenating and flattening these flows.
36
36
*
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].
38
38
*
39
39
* Note that even though this operator looks very familiar, we discourage its usage in a regular application-specific flows.
40
40
* Most likely, suspending operation in [map] operator will be sufficient and linear transformations are much easier to reason about.
You can’t perform that action at this time.
0 commit comments