This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-text.git
commit 1dd5be35db26cfef658cf095552e1b81173dcfa2 Author: Gary Gregory <[email protected]> AuthorDate: Sun Nov 30 08:05:26 2025 -0500 Javadoc --- src/main/java/org/apache/commons/text/similarity/Tokenizer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/text/similarity/Tokenizer.java b/src/main/java/org/apache/commons/text/similarity/Tokenizer.java index ac8689fd..c983caaa 100644 --- a/src/main/java/org/apache/commons/text/similarity/Tokenizer.java +++ b/src/main/java/org/apache/commons/text/similarity/Tokenizer.java @@ -20,7 +20,7 @@ package org.apache.commons.text.similarity; import java.util.function.Function; /** - * A tokenizer. Can produce arrays of tokens from a given type. + * Produces arrays of tokens for a given type. * * @param <T> The type to tokenize. * @param <R> The return array element type.
