Skip to content

Commit

Permalink
Fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
psteeve committed May 11, 2019
1 parent 5bb2d03 commit e4aed78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FuzzyMatcher/FuzzyMatcher.class.st
@@ -1,5 +1,5 @@
"
FuzzyMatcher is an approximate string matching algrorithm that can determine if a string includes a given pattern.
FuzzyMatcher is an approximate string matching algorithm that can determine if a string includes a given pattern.
For example, the string 'axby' matches both the pattern 'ab' and, 'ay', but not 'ba'.
The algorithm is based on lib_fts[1], and includes an optional scoring algorithm that can be used to sort all the matches based on their similarity to the pattern.
Expand Down

0 comments on commit e4aed78

Please sign in to comment.