We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c55bd6d commit 74fd960Copy full SHA for 74fd960
src/diff.rs
@@ -1452,7 +1452,7 @@ impl DiffFindOptions {
1452
self
1453
}
1454
1455
- /// Similarity of modified to be glegible rename source (default 50)
+ /// Similarity of modified to be eligible rename source (default 50)
1456
pub fn rename_from_rewrite_threshold(&mut self, thresh: u16) -> &mut DiffFindOptions {
1457
self.raw.rename_from_rewrite_threshold = thresh;
1458
0 commit comments