Skip to content

Commit 2b21f71

Browse files
committed
docs: fix
1 parent 6cd0287 commit 2b21f71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hook/record_hardlink/storage.rs

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

42-
/// Error type of [`RecordHardLinkStorage::add`].
42+
/// Error that occurs when it fails to add an item to [`RecordHardLinkStorage`].
4343
#[derive(Debug, Display, Error)]
4444
#[display(bound(Size: Debug))]
4545
#[non_exhaustive]

0 commit comments

Comments
 (0)