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