Skip to content

Commit 854be9f

Browse files
committed
docs: Fix link
1 parent fa39330 commit 854be9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fixture/file.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use super::errors::ResultChainExt;
1212
/// is deleted once it goes out of scope. At construction, the
1313
/// `NamedTempFile` creates a new directory with a randomly generated name.
1414
///
15-
/// The constructor, [`NamedTempFile::new(name)`], creates directories in
15+
/// The constructor, [`NamedTempFile::new`], creates directories in
1616
/// the location returned by [`std::env::temp_dir()`].
1717
///
1818
/// After creating a `NamedTempFile`, work with the file system by doing

0 commit comments

Comments
 (0)