Skip to content

Commit 47bb0bf

Browse files
committed
Javadoc: Fix format nit
1 parent 36b4a21 commit 47bb0bf

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
@@ -52,7 +52,7 @@ public static LevenshteinDistance getDefaultInstance() {
5252
*
5353
* <p>
5454
* This implementation follows from Algorithms on Strings, Trees and Sequences by Dan Gusfield and Chas Emerick's implementation of the Levenshtein distance
55-
* algorithm from <a href="http://www.merriampark.com/ld.htm" >http://www.merriampark.com/ld.htm</a>
55+
* algorithm from <a href="http://www.merriampark.com/ld.htm">http://www.merriampark.com/ld.htm</a>
5656
* </p>
5757
*
5858
* <pre>

0 commit comments

Comments
 (0)