Skip to content

Commit 3f7dea2

Browse files
committed
Fix spelling
1 parent a89d2a4 commit 3f7dea2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gix-blame/src/file/function.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -688,8 +688,8 @@ fn find_path_entry_in_commit(
688688
Ok(res.map(|e| e.oid))
689689
}
690690

691-
/// Return an iterator over tokens for use in diffing. These usually lines, but iit's important to unify them
692-
/// so the later access shows the right thing.
691+
/// Return an iterator over tokens for use in diffing. These are usually lines, but it's important
692+
/// to unify them so the later access shows the right thing.
693693
pub(crate) fn tokens_for_diffing(data: &[u8]) -> impl TokenSource<Token = &[u8]> {
694694
gix_diff::blob::sources::byte_lines_with_terminator(data)
695695
}

0 commit comments

Comments
 (0)