Skip to content

Commit 03b783d

Browse files
committed
docs: be more specific
1 parent 951cc57 commit 03b783d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hardlink/hardlink_list/summary.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pub struct Summary<Size> {
3232

3333
/// Total number of links of [shared inodes](Self::inodes) that don't have links outside the measured tree.
3434
///
35-
/// This number is expected to be less than or equal to [`Self::all_links`].
35+
/// This number is expected to be less than or equal to [`Self::detected_links`].
3636
pub exclusive_links: usize,
3737

3838
/// Totality of the sizes of all [shared inodes](Self::inodes).

0 commit comments

Comments
 (0)