Skip to content

Commit b29d962

Browse files
hniksicm-ou-se
andcommitted
Update library/std/src/fs.rs
Co-authored-by: Mara Bos <m-ou.se@m-ou.se>
1 parent dbf6df2 commit b29d962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/fs.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,7 @@ impl OpenOptions {
982982
///
983983
/// Append mode guarantees that writes will be positioned at the current end of file,
984984
/// 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
985+
/// unlike <code>[seek]\([SeekFrom]::[End]\(0))</code> followed by `write()`, which
986986
/// has a race between seeking and writing during which another writer can write, with
987987
/// our `write()` overwriting their data.
988988
///

0 commit comments

Comments
 (0)