Skip to content

Commit 00147cd

Browse files
committed
refactor: add class link to test
1 parent 85ff363 commit 00147cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/thealgorithms/dynamicprogramming/DamerauLevenshteinDistanceTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import org.junit.jupiter.api.Test;
99

1010
/**
11-
* Comprehensive unit tests for the full Damerau-Levenshtein distance algorithm.
11+
* Unit tests for the {@code DamerauLevenshteinDistance} class.
1212
* Tests cover edge cases, basic operations, and complex transposition scenarios.
1313
*/
1414
class DamerauLevenshteinDistanceTest {

0 commit comments

Comments
 (0)