We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b310417 + d301da5 commit 35d1555Copy full SHA for 35d1555
src/libstd/io/mod.rs
@@ -601,7 +601,7 @@ pub trait Read {
601
read_to_end(self, buf)
602
}
603
604
- /// Read all bytes until EOF in this source, placing them into `buf`.
+ /// Read all bytes until EOF in this source, appending them to `buf`.
605
///
606
/// If successful, this function returns the number of bytes which were read
607
/// and appended to `buf`.
0 commit comments