We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
TcpStream::try_write_vectored
1 parent 463502c commit 67f1277Copy full SHA for 67f1277
tokio/src/net/tcp/stream.rs
@@ -920,7 +920,7 @@ impl TcpStream {
920
/// were written.
921
///
922
/// Data is written from each buffer in order, with the final buffer read
923
- /// from possible being only partially consumed. This method behaves
+ /// from possibly being only partially consumed. This method behaves
924
/// equivalently to a single call to [`try_write()`] with concatenated
925
/// buffers.
926
0 commit comments