Clarify docs for std::fs::File::write

This commit is contained in:
Alexey Shekhirin 2024-09-18 15:15:54 +01:00
parent 82d17a4db3
commit 96a3b48197
No known key found for this signature in database
GPG key ID: CBBEA5B1777BA393

View file

@ -835,7 +835,7 @@ impl Read for &File {
}
#[stable(feature = "rust1", since = "1.0.0")]
impl Write for &File {
/// Writes some bytes from the file.
/// Writes some bytes to the file.
///
/// See [`Write::write`] docs for more info.
///