Skip to content

Commit f409f1b

Browse files
e5lJakeWharton
andauthored
Update ktor-io/common/src/io/ktor/utils/io/SinkByteWriteChannel.kt
Co-authored-by: Jake Wharton <[email protected]>
1 parent a8777bb commit f409f1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ktor-io/common/src/io/ktor/utils/io/SinkByteWriteChannel.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import kotlinx.io.*
2121
* (rawSink as Buffer).readString() // "Hello, world"
2222
* ```
2323
*
24-
* Please note that the channel will be buffered even if the sync is not.
24+
* Please note that the channel will be buffered even if the sink is not.
2525
*/
2626
public fun RawSink.asByteWriteChannel(): ByteWriteChannel = SinkByteWriteChannel(this)
2727

0 commit comments

Comments
 (0)