Skip to content

Commit 6cf6536

Browse files
committed
doc: fix markdown
1 parent df39d15 commit 6cf6536

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/file/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -728,8 +728,8 @@ impl<F> NamedTempFile<F> {
728728
/// **Atomicity:** This method is not guaranteed to be atomic on all platforms, although it will
729729
/// generally be atomic on Windows and modern Linux filesystems. While it will never overwrite a
730730
/// file at the target path, it may leave the original link to the temporary file behind leaving
731-
/// you with two [hard links][] in your filesystem pointing at the same underlying file. This
732-
/// can happen if either (a) we lack permission to "unlink" the original filename; (b) this
731+
/// you with two [hard links][hardlink] in your filesystem pointing at the same underlying file.
732+
/// This can happen if either (a) we lack permission to "unlink" the original filename; (b) this
733733
/// program crashes while persisting the temporary file; or (c) the filesystem is removed,
734734
/// unmounted, etc. while we're performing this operation.
735735
///

0 commit comments

Comments
 (0)