Skip to content

Commit 475c690

Browse files
committed
docs: fix
1 parent cfb11d1 commit 475c690

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/hardlink/hardlink_list.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ pub struct SizeConflictError<Size> {
3939
pub detected: Size,
4040
}
4141

42-
/// Error that occurs when it fails to add an item to [`RecordHardlinkStorage`].
42+
/// Error that occurs when it fails to add an item to [`HardlinkList`].
4343
#[derive(Debug, Display, Error)]
4444
#[display(bound(Size: Debug))]
4545
#[non_exhaustive]
@@ -78,7 +78,7 @@ where
7878
}
7979
}
8080

81-
/// Iterator over entries in [`RecordHardlinkStorage`].
81+
/// Iterator over entries in [`HardlinkList`].
8282
#[derive(derive_more::Debug)]
8383
#[debug(bound())]
8484
#[debug("Iter(..)")]

0 commit comments

Comments
 (0)