We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a89d2a4 commit 3f7dea2Copy full SHA for 3f7dea2
gix-blame/src/file/function.rs
@@ -688,8 +688,8 @@ fn find_path_entry_in_commit(
688
Ok(res.map(|e| e.oid))
689
}
690
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.
+/// Return an iterator over tokens for use in diffing. These are usually lines, but it's important
+/// to unify them so the later access shows the right thing.
693
pub(crate) fn tokens_for_diffing(data: &[u8]) -> impl TokenSource<Token = &[u8]> {
694
gix_diff::blob::sources::byte_lines_with_terminator(data)
695
0 commit comments