We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c29d96 commit dfca05fCopy full SHA for dfca05f
kotlinx-coroutines-core/common/src/flow/Channels.kt
@@ -171,7 +171,7 @@ private class ChannelAsFlow<T>(
171
*/
172
@Deprecated(
173
level = DeprecationLevel.WARNING,
174
- message = "'BroadcastChannel' is obsolete and all coreresponding operators are deprecated " +
+ message = "'BroadcastChannel' is obsolete and all corresponding operators are deprecated " +
175
"in the favour of StateFlow and SharedFlow"
176
) // Since 1.5.0, was @FlowPreview, safe to remove in 1.7.0
177
public fun <T> BroadcastChannel<T>.asFlow(): Flow<T> = flow {
0 commit comments