Rollup merge of #31090 - tshepang:improve-sentence, r=brson
This commit is contained in:
commit
4fcefee654
1 changed files with 2 additions and 2 deletions
|
|
@ -487,8 +487,8 @@ impl OpenOptions {
|
|||
/// This option indicates whether a new file will be created if the file
|
||||
/// does not yet already exist.
|
||||
///
|
||||
/// The file must be opened with write or append access in order to create
|
||||
/// a new file.
|
||||
/// In order for the file to be created, `write` or `append` access must
|
||||
/// be used.
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue