mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-12 23:13:15 +00:00
rollup merge of #22441: msiemens/typo_fix
This commit is contained in:
commit
d25d044a01
@ -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…
Reference in New Issue
Block a user