Skip to content

Commit 205e976

Browse files
KSXGitHubCopilot
andauthored
docs: fix grammar
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 79f73a7 commit 205e976

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
@@ -92,7 +92,7 @@ impl<Size> ReflectionEntry<Size> {
9292
///
9393
/// Sort by the inode number first, then by the device number.
9494
///
95-
/// This function returns a pair of 2 `u64`s instead a pair of 2 wrapper
95+
/// This function returns a pair of 2 `u64`s instead of a pair of 2 wrapper
9696
/// types because we prefer them not to have to implement `Ord`.
9797
#[inline]
9898
fn sorting_key(&self) -> (u64, u64) {

0 commit comments

Comments
 (0)