Rollup merge of #31088 - tshepang:grammar, r=brson
This commit is contained in:
commit
9ed27a402d
1 changed files with 1 additions and 1 deletions
|
|
@ -414,7 +414,7 @@ impl OpenOptions {
|
|||
/// This option, when true, will indicate that the file should be
|
||||
/// `write`-able if opened.
|
||||
///
|
||||
/// If a file already exist, any write calls on the file will overwrite its
|
||||
/// If the file already exists, any write calls on it will overwrite its
|
||||
/// contents, without truncating it.
|
||||
///
|
||||
/// # Examples
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue