Skip to content

Commit 4aa04bb

Browse files
committed
docs(hardlink): fix pronoun in Aware::record doc
"its" → "their" (two subjects: inode number and device number) https://claude.ai/code/session_01QP9wZyoZcGmJsEsA66ZRok
1 parent ae449d3 commit 4aa04bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hardlink/aware.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ use std::{convert::Infallible, fmt::Debug, os::unix::fs::MetadataExt, path::Path
2121
/// accurately reflect the real size of their containers.
2222
#[derive(Debug, SmartDefault, Clone, AsRef, AsMut, From, Into)]
2323
pub struct Aware<Size> {
24-
/// Map an inode number and device number to its size and detected paths.
24+
/// Map an inode number and device number to their size and detected paths.
2525
record: HardlinkList<Size>,
2626
}
2727

0 commit comments

Comments
 (0)