Skip to content

Commit 4ccf39b

Browse files
authored
Merge pull request #1318 from wtlin1228/main
docs: fix typo
2 parents b050327 + c18734b commit 4ccf39b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gix/src/diff.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,12 @@ mod utils {
100100
.into())
101101
}
102102

103-
/// Return a low-level utility to efficiently prepare a the blob-level diff operation between two resources,
103+
/// Return a low-level utility to efficiently prepare a blob-level diff operation between two resources,
104104
/// and cache these diffable versions so that matrix-like MxN diffs are efficient.
105105
///
106106
/// `repo` is used to obtain the needed configuration values.
107107
/// `mode` determines how the diffable files will look like, and also how fast, in average, these conversions are.
108-
/// `attr_stack` is for accessing `.gitattributes` for knowing how to apply filters. Noow that it's typically adjusted based on the
108+
/// `attr_stack` is for accessing `.gitattributes` for knowing how to apply filters. Know that it's typically adjusted based on the
109109
/// `roots` - if there are no worktree roots, `.gitattributes` are also not usually read from worktrees.
110110
/// `roots` provide information about where to get diffable data from, so source and destination can either be sourced from
111111
/// a worktree, or from the object database, or both.

0 commit comments

Comments
 (0)