Skip to content

Commit

Permalink
chore(lib.rs): fix typo in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
wongjiahau authored Apr 7, 2024
1 parent a82a249 commit 3398482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matcher/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ impl Matcher {
self.fuzzy_matcher_impl::<false>(haystack, needle, &mut Vec::new())
}

/// Find the fuzzy match with the higehest score in the `haystack` and
/// Find the fuzzy match with the highest score in the `haystack` and
/// compute its indices.
///
/// This functions has `O(mn)` time complexity for short inputs. To
Expand Down

0 comments on commit 3398482

Please sign in to comment.