You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2018/12/19 13:04:22 UTC

[flink] branch master updated: [hotfix][javadocs] Fix typo

This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 2bd5c4d  [hotfix][javadocs] Fix typo
2bd5c4d is described below

commit 2bd5c4d7c5bfc159ac45b80cca68dbda7f6d9ca8
Author: 谢磊 <22...@qq.com>
AuthorDate: Wed Dec 19 21:04:16 2018 +0800

    [hotfix][javadocs] Fix typo
---
 .../flink-ml/src/main/scala/org/apache/flink/ml/MLUtils.scala           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flink-libraries/flink-ml/src/main/scala/org/apache/flink/ml/MLUtils.scala b/flink-libraries/flink-ml/src/main/scala/org/apache/flink/ml/MLUtils.scala
index f4119f5..4c4072a 100644
--- a/flink-libraries/flink-ml/src/main/scala/org/apache/flink/ml/MLUtils.scala
+++ b/flink-libraries/flink-ml/src/main/scala/org/apache/flink/ml/MLUtils.scala
@@ -35,7 +35,7 @@ import org.apache.flink.util.Collector
   *   The file format is specified [http://svmlight.joachims.org/ here].
   *
   * - writeLibSVM:
-  *   Writes a data set of [[LabeledVector]] in libSVM/SVMLight format to disk. THe file format
+  *   Writes a data set of [[LabeledVector]] in libSVM/SVMLight format to disk. The file format
   *   is specified [http://svmlight.joachims.org/ here].
   */
 object MLUtils {