Skip to content

Commit 1dd5be3

Browse files
committed
Javadoc
1 parent edf191d commit 1dd5be3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/commons/text/similarity/Tokenizer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import java.util.function.Function;
2121

2222
/**
23-
* A tokenizer. Can produce arrays of tokens from a given type.
23+
* Produces arrays of tokens for a given type.
2424
*
2525
* @param <T> The type to tokenize.
2626
* @param <R> The return array element type.

0 commit comments

Comments
 (0)