File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
kotlinx-coroutines-core/common/src/flow/operators Expand file tree Collapse file tree 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
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.
You can’t perform that action at this time.
0 commit comments