mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-25 12:00:35 +00:00
net: fix ambiguity in TcpStream::try_write_vectored
docs (#7067)
This commit is contained in:
parent
463502cbaf
commit
67f127769b
@ -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.
|
||||
///
|
||||
|
Loading…
x
Reference in New Issue
Block a user