Rollup merge of #130513 - shekhirin:fs-write-doc-comment, r=cuviper
Clarify docs for std::fs::File::write This PR fixes the doc comment for `std::fs::File::write` method.
This commit is contained in:
commit
4d9ce4b4b3
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