diff options
| author | Alexey Shekhirin <a.shekhirin@gmail.com> | 2024-09-18 15:15:54 +0100 |
|---|---|---|
| committer | Alexey Shekhirin <a.shekhirin@gmail.com> | 2024-09-18 15:15:54 +0100 |
| commit | 96a3b48197a3febc55d2746526b67f515ad5fad1 (patch) | |
| tree | d88193e4438d8da31737ff48c80d9c93193a2524 /library/std/src | |
| parent | 82d17a4db3a010caa947d49245de63a7ac14accf (diff) | |
| download | rust-96a3b48197a3febc55d2746526b67f515ad5fad1.tar.gz rust-96a3b48197a3febc55d2746526b67f515ad5fad1.zip | |
Clarify docs for std::fs::File::write
Diffstat (limited to 'library/std/src')
| -rw-r--r-- | library/std/src/fs.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/fs.rs b/library/std/src/fs.rs index 6a0d9f47960..abf7d5d294a 100644 --- a/library/std/src/fs.rs +++ b/library/std/src/fs.rs @@ -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. /// |
