Skip to content

Commit 8407682

Browse files
committed
fix(docs): rephrase sort order line in Reflection doc
The review comment was on line 16 (sort order), not line 15 (uniqueness). Rephrase to "sorted by pairs of an inode number and a device number". https://claude.ai/code/session_01QP9wZyoZcGmJsEsA66ZRok
1 parent 90cda15 commit 8407682

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hardlink/hardlink_list/reflection.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use serde::{Deserialize, Serialize};
1313
///
1414
/// **Guarantees:**
1515
/// * Every pair of an inode number and a device number is unique.
16-
/// * The internal list is always sorted by inode numbers (with device number as tie-breaker).
16+
/// * The internal list is always sorted by pairs of an inode number and a device number.
1717
///
1818
/// **Equality:** `Reflection` implements `PartialEq` and `Eq` traits.
1919
///

0 commit comments

Comments
 (0)