Skip to content

Commit 7f035ba

Browse files
committed
Fix a typo in Write::write_vectored docs
1 parent b43eb42 commit 7f035ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/io/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1144,7 +1144,7 @@ pub trait Write {
11441144

11451145
/// Like `write`, except that it writes from a slice of buffers.
11461146
///
1147-
/// Data is copied to from each buffer in order, with the final buffer
1147+
/// Data is copied from each buffer in order, with the final buffer
11481148
/// read from possibly being only partially consumed. This method must
11491149
/// behave as a call to `write` with the buffers concatenated would.
11501150
///

0 commit comments

Comments
 (0)