We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79f73a7 commit 205e976Copy full SHA for 205e976
1 file changed
src/hardlink/hardlink_list/reflection.rs
@@ -92,7 +92,7 @@ impl<Size> ReflectionEntry<Size> {
92
///
93
/// Sort by the inode number first, then by the device number.
94
95
- /// This function returns a pair of 2 `u64`s instead a pair of 2 wrapper
+ /// This function returns a pair of 2 `u64`s instead of a pair of 2 wrapper
96
/// types because we prefer them not to have to implement `Ord`.
97
#[inline]
98
fn sorting_key(&self) -> (u64, u64) {
0 commit comments