File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -728,8 +728,8 @@ impl<F> NamedTempFile<F> {
728
728
/// **Atomicity:** This method is not guaranteed to be atomic on all platforms, although it will
729
729
/// generally be atomic on Windows and modern Linux filesystems. While it will never overwrite a
730
730
/// 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
733
733
/// program crashes while persisting the temporary file; or (c) the filesystem is removed,
734
734
/// unmounted, etc. while we're performing this operation.
735
735
///
You can’t perform that action at this time.
0 commit comments