Skip to content

Commit

Permalink
Fix typo in flow/Builders.kt (#2589)
Browse files Browse the repository at this point in the history
  • Loading branch information
chao2zhang authored Mar 17, 2021
1 parent 25a33d4 commit cbf3f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kotlinx-coroutines-core/common/src/flow/Builders.kt
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ public fun <T> channelFlow(@BuilderInference block: suspend ProducerScope<T>.()
* Adjacent applications of [callbackFlow], [flowOn], [buffer], [produceIn], and [broadcastIn] are
* always fused so that only one properly configured channel is used for execution.
*
* Example of usage that converts a multi-short callback API to a flow.
* Example of usage that converts a multi-shot callback API to a flow.
* For single-shot callbacks use [suspendCancellableCoroutine].
*
* ```
Expand Down

0 comments on commit cbf3f24

Please sign in to comment.