Skip to content

Commit

Permalink
net: fix ambiguity in TcpStream::try_write_vectored docs (#7067)
Browse files Browse the repository at this point in the history
  • Loading branch information
AeonSolstice authored Jan 6, 2025
1 parent 463502c commit 67f1277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio/src/net/tcp/stream.rs
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,7 @@ impl TcpStream {
/// were written.
///
/// Data is written from each buffer in order, with the final buffer read
/// from possible being only partially consumed. This method behaves
/// from possibly being only partially consumed. This method behaves
/// equivalently to a single call to [`try_write()`] with concatenated
/// buffers.
///
Expand Down

0 comments on commit 67f1277

Please sign in to comment.