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.
1 parent 82d17a4 commit 96a3b48Copy full SHA for 96a3b48
library/std/src/fs.rs
@@ -835,7 +835,7 @@ impl Read for &File {
835
}
836
#[stable(feature = "rust1", since = "1.0.0")]
837
impl Write for &File {
838
- /// Writes some bytes from the file.
+ /// Writes some bytes to the file.
839
///
840
/// See [`Write::write`] docs for more info.
841
0 commit comments