Skip to content

Commit cbf3f24

Browse files
authored
Fix typo in flow/Builders.kt (#2589)
1 parent 25a33d4 commit cbf3f24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlinx-coroutines-core/common/src/flow/Builders.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ public fun <T> channelFlow(@BuilderInference block: suspend ProducerScope<T>.()
293293
* Adjacent applications of [callbackFlow], [flowOn], [buffer], [produceIn], and [broadcastIn] are
294294
* always fused so that only one properly configured channel is used for execution.
295295
*
296-
* Example of usage that converts a multi-short callback API to a flow.
296+
* Example of usage that converts a multi-shot callback API to a flow.
297297
* For single-shot callbacks use [suspendCancellableCoroutine].
298298
*
299299
* ```

0 commit comments

Comments
 (0)