We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d38b9c2 commit df4916eCopy full SHA for df4916e
src/main/java/org/apache/commons/text/similarity/package-info.java
@@ -37,7 +37,7 @@
37
* </ul>
38
*
39
* <p>The {@link org.apache.commons.text.similarity.CosineDistance Cosine Distance}
40
- * utilises a {@link org.apache.commons.text.similarity.RegexTokenizer regular expression tokenizer (\w+)}.
+ * utilizes a {@link org.apache.commons.text.similarity.RegexTokenizer regular expression tokenizer (\w+)}.
41
* And the {@link org.apache.commons.text.similarity.LevenshteinDistance Levenshtein Distance}'s
42
* behavior can be changed to take into consideration a maximum throughput.</p>
43
0 commit comments