Skip to content

Commit 8e54782

Browse files
committed
Javadoc typo
1 parent 7eb185b commit 8e54782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ private boolean isVowel(final StringBuilder string, final int index) {
161161

162162
/**
163163
* Find the metaphone value of a String. This is similar to the
164-
* soundex algorithm, but better at finding similar sounding words.
164+
* Soundex algorithm, but better at finding similar sounding words.
165165
* All input is converted to upper case.
166166
* Limitations: Input format is expected to be a single ASCII word
167167
* with only characters in the A - Z range, no punctuation or numbers.

0 commit comments

Comments
 (0)