We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8777bb commit f409f1bCopy full SHA for f409f1b
ktor-io/common/src/io/ktor/utils/io/SinkByteWriteChannel.kt
@@ -21,7 +21,7 @@ import kotlinx.io.*
21
* (rawSink as Buffer).readString() // "Hello, world"
22
* ```
23
*
24
- * Please note that the channel will be buffered even if the sync is not.
+ * Please note that the channel will be buffered even if the sink is not.
25
*/
26
public fun RawSink.asByteWriteChannel(): ByteWriteChannel = SinkByteWriteChannel(this)
27
0 commit comments