Rollup merge of #54956 - kzys:close-paren, r=varkor
"(using ..." doesn't have the matching ")" Fixes #54948.
This commit is contained in:
commit
8e3f189180
1 changed files with 1 additions and 1 deletions
|
@ -726,7 +726,7 @@ impl OpenOptions {
|
|||
/// If a file is opened with both read and append access, beware that after
|
||||
/// opening, and after every write, the position for reading may be set at the
|
||||
/// end of the file. So, before writing, save the current position (using
|
||||
/// [`seek`]`(`[`SeekFrom`]`::`[`Current`]`(0))`, and restore it before the next read.
|
||||
/// [`seek`]`(`[`SeekFrom`]`::`[`Current`]`(0))`), and restore it before the next read.
|
||||
///
|
||||
/// ## Note
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue