Skip to content

Commit 2bf9d3d

Browse files
committed
Minor typo correction
1 parent 850932a commit 2bf9d3d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/info/debatty/java/stringsimilarity/StringProfileTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ public void testCosineSimilarity() throws Exception {
7474
StringProfile profile1 = ks.getProfile(s1);
7575
StringProfile profile2 = ks.getProfile(s2);
7676

77-
// Prints 0.516185
7877
assertEquals(0.516185, profile1.cosineSimilarity(profile2), 0.0001);
7978
}
8079

0 commit comments

Comments
 (0)