We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f50aea commit 8ba98b6Copy full SHA for 8ba98b6
library/std/src/fs.rs
@@ -973,7 +973,7 @@ impl OpenOptions {
973
///
974
/// Append mode guarantees that writes will be positioned at the current end of file,
975
/// even when there are other processes or threads appending to the same file. This is
976
- /// unlike <code>[seek]\([SeekFrom]::[End]\(0))</code>` followed by `write()`, which
+ /// unlike <code>[seek]\([SeekFrom]::[End]\(0))</code> followed by `write()`, which
977
/// has a race between seeking and writing during which another writer can write, with
978
/// our `write()` overwriting their data.
979
0 commit comments