Skip to content

Commit c18734b

Browse files
authored
Refine typo-fix
1 parent e51b6b6 commit c18734b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gix/src/diff.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ mod utils {
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. Now 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)