parent
4623d48893
commit
da17e07c14
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