Use the term distance in documentation of getFuzzyDistance
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1593115 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a2f44d03fe
commit
10f136bb01
|
@ -7073,7 +7073,7 @@ public class StringUtils {
|
|||
}
|
||||
|
||||
/**
|
||||
* <p>Determine the fuzzy score which indicates the similarity between two Strings.</p>
|
||||
* <p>Find the Fuzzy Distance which indicates the similarity score between two Strings.</p>
|
||||
*
|
||||
* <p>This string matching algorithm is similar to the algorithms of editors such as Sublime Text,
|
||||
* TextMate, Atom and others. One point is given for every matched character. Subsequent
|
||||
|
|
Loading…
Reference in New Issue