File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ///
You can’t perform that action at this time.
0 commit comments