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:
Benedikt Ritter 2014-05-07 18:45:59 +00:00
parent a2f44d03fe
commit 10f136bb01
1 changed files with 1 additions and 1 deletions

View File

@ -7073,7 +7073,7 @@ private static double score(final CharSequence first, final CharSequence second)
}
/**
* <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