Skip to content

Commit 74fd960

Browse files
authored
Fix typo in DiffFindOptions (#798)
Co-authored-by: Simon Gasse <[email protected]>
1 parent c55bd6d commit 74fd960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diff.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1452,7 +1452,7 @@ impl DiffFindOptions {
14521452
self
14531453
}
14541454

1455-
/// Similarity of modified to be glegible rename source (default 50)
1455+
/// Similarity of modified to be eligible rename source (default 50)
14561456
pub fn rename_from_rewrite_threshold(&mut self, thresh: u16) -> &mut DiffFindOptions {
14571457
self.raw.rename_from_rewrite_threshold = thresh;
14581458
self

0 commit comments

Comments
 (0)