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

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


The following commit(s) were added to refs/heads/master by this push:
     new c097e83  [hotfix] Fix document minor error in docs.README.md
c097e83 is described below

commit c097e836b0b70123c33a499a58d1ba04c258487b
Author: Jingsong Lee <[email protected]>
AuthorDate: Fri Mar 18 22:17:16 2022 +0800

    [hotfix] Fix document minor error in docs.README.md
    
    This closes #72.
---
 docs/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/README.md b/docs/README.md
index f48650f..a18fb18 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -90,7 +90,7 @@ custom functionality to its documentation markdown. For 
example:
 
     {{< artifact flink-ml-core withScalaVersion >}}
 
-This will be replaced by the maven artifact for flink-streaming-java that users
+This will be replaced by the maven artifact for flink-ml-core that users
 should copy into their pom.xml file. It will render out to:
 
 ```xml

Reply via email to