diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2015-02-17 15:14:56 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2015-02-17 17:26:44 -0800 |
| commit | d25d044a01281aad1a25d018888c659f6959286e (patch) | |
| tree | bb91aca520ba444d5e7ec6ce06d58148c7f34f9a /src | |
| parent | f807b6a61e7f1fb0645a4f58f874292214d65907 (diff) | |
| parent | bad3bcbfc0382f2b0629da630482f4d27b88216d (diff) | |
| download | rust-d25d044a01281aad1a25d018888c659f6959286e.tar.gz rust-d25d044a01281aad1a25d018888c659f6959286e.zip | |
rollup merge of #22441: msiemens/typo_fix
Diffstat (limited to 'src')
| -rw-r--r-- | src/libstd/fs.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/fs.rs b/src/libstd/fs.rs index 5f91d173ed2..69791084e2f 100644 --- a/src/libstd/fs.rs +++ b/src/libstd/fs.rs @@ -114,7 +114,7 @@ impl File { /// Open a file in write-only mode. /// - /// This function will create a file it it does not exist, + /// This function will create a file if it does not exist, /// and will truncate it if it does. /// /// See the `OpenOptions::open` function for more details. |
