Author: britter
Date: Wed May  7 18:45:59 2014
New Revision: 1593115

URL: http://svn.apache.org/r1593115
Log:
Use the term distance in documentation of getFuzzyDistance

Modified:
    
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java

Modified: 
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java
URL: 
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java?rev=1593115&r1=1593114&r2=1593115&view=diff
==============================================================================
--- 
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java
 (original)
+++ 
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java
 Wed May  7 18:45:59 2014
@@ -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


Reply via email to