Skip to content

Commit

Permalink
Fix typo in DiffFindOptions (#798)
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Gasse <sgasse@users.noreply.github.com>
  • Loading branch information
sgasse and sgasse committed Feb 7, 2022
1 parent c55bd6d commit 74fd960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/diff.rs
Expand Up @@ -1452,7 +1452,7 @@ impl DiffFindOptions {
self
}

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

0 comments on commit 74fd960

Please sign in to comment.