Skip to content

Commit 9fc3ee0

Browse files
committed
Javadoc
1 parent 8b3f623 commit 9fc3ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/commons/text/similarity/LevenshteinDistance.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ public <E> Integer apply(final SimilarityInput<E> left, final SimilarityInput<E>
392392
/**
393393
* Gets the distance threshold.
394394
*
395-
* @return The distance threshold
395+
* @return The distance threshold.
396396
*/
397397
public Integer getThreshold() {
398398
return threshold;

0 commit comments

Comments
 (0)