mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-18 00:00:09 +02:00
net: fix ambiguity in TcpStream::try_write_vectored docs (#7067)
This commit is contained in:
@@ -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.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user