Skip to content

Commit 67f1277

Browse files
author
Aeon
authored
net: fix ambiguity in TcpStream::try_write_vectored docs (#7067)
1 parent 463502c commit 67f1277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokio/src/net/tcp/stream.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,7 @@ impl TcpStream {
920920
/// were written.
921921
///
922922
/// Data is written from each buffer in order, with the final buffer read
923-
/// from possible being only partially consumed. This method behaves
923+
/// from possibly being only partially consumed. This method behaves
924924
/// equivalently to a single call to [`try_write()`] with concatenated
925925
/// buffers.
926926
///

0 commit comments

Comments
 (0)