Skip to content

Commit 43d9e79

Browse files
committed
Fix typo in DiffFindOptions
1 parent c55bd6d commit 43d9e79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diff.rs

Lines changed: 1 addition & 1 deletion
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)