Skip to content

Commit 21a8423

Browse files
committed
Better Javadocs.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1485804 13f79535-47bb-0310-9956-ffa450edef68
1 parent 1e548e0 commit 21a8423

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/codec/language/MatchRatingApproachEncoder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ String cleanName(final String name) {
9595
}
9696

9797
/**
98-
* Encodes an Object using the Match Rating Approach algo. Method is here to satisfy the requirements of the
98+
* Encodes an Object using the Match Rating Approach algorithm. Method is here to satisfy the requirements of the
9999
* Encoder interface Throws an EncoderException if input object is not of type java.lang.String.
100100
*
101101
* @param pObject

0 commit comments

Comments
 (0)