Skip to content

Commit aa5dbd4

Browse files
committed
fix typo
1 parent 11be383 commit aa5dbd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/src/main/java/org/apache/spark/examples/ml/JavaSimpleTextClassificationPipeline.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
/**
3636
* A simple text classification pipeline that recognizes "spark" from input text. It uses the Java
3737
* bean classes {@link LabeledDocument} and {@link Document}, and the tokenizer {@link MyTokenizer}
38-
* defined in the Scalar counterpart of this example {@link SimpleTextClassificationPipeline}.
38+
* defined in the Scala counterpart of this example {@link SimpleTextClassificationPipeline}.
3939
* Run with
4040
* <pre>
4141
* bin/run-example ml.JavaSimpleTextClassificationPipeline

0 commit comments

Comments
 (0)