Fix a small typo in libstd/fs.rs
This commit is contained in:
parent
f1bb6c2f46
commit
bad3bcbfc0
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue