Skip to content

Commit

Permalink
chore: fix a typo in the comment (zio#6797)
Browse files Browse the repository at this point in the history
  • Loading branch information
contrun authored May 10, 2022
1 parent bf067b9 commit 3b37f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion streams/jvm/src/main/scala/zio/stream/platform.scala
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ trait ZStreamPlatformSpecificConstructors {
}

/**
* Write the entire Chuck[Byte] to the socket channel. The caller of this
* Write the entire Chunk[Byte] to the socket channel. The caller of this
* function is NOT responsible for closing the `AsynchronousSocketChannel`.
*
* The sink will yield the count of bytes written.
Expand Down

0 comments on commit 3b37f08

Please sign in to comment.