We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f432741 + da17e07 commit e0b9d49Copy full SHA for e0b9d49
src/libstd/fs.rs
@@ -726,7 +726,7 @@ impl OpenOptions {
726
/// If a file is opened with both read and append access, beware that after
727
/// opening, and after every write, the position for reading may be set at the
728
/// end of the file. So, before writing, save the current position (using
729
- /// [`seek`]`(`[`SeekFrom`]`::`[`Current`]`(0))`, and restore it before the next read.
+ /// [`seek`]`(`[`SeekFrom`]`::`[`Current`]`(0))`), and restore it before the next read.
730
///
731
/// ## Note
732
0 commit comments