We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b43eb42 commit 7f035baCopy full SHA for 7f035ba
src/libstd/io/mod.rs
@@ -1144,7 +1144,7 @@ pub trait Write {
1144
1145
/// Like `write`, except that it writes from a slice of buffers.
1146
///
1147
- /// Data is copied to from each buffer in order, with the final buffer
+ /// Data is copied from each buffer in order, with the final buffer
1148
/// read from possibly being only partially consumed. This method must
1149
/// behave as a call to `write` with the buffers concatenated would.
1150
0 commit comments