Clarify docs for std::fs::File::write
This commit is contained in:
parent
82d17a4db3
commit
96a3b48197
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue