mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 13:05:18 +03:00
Rollup merge of #31088 - tshepang:grammar, r=brson
This commit is contained in:
+1
-1
@@ -414,7 +414,7 @@ pub fn read(&mut self, read: bool) -> &mut 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
|
||||
|
||||
Reference in New Issue
Block a user