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 2019/01/28 22:46:58 UTC

[flink] branch master updated: [hotfix][docs] 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 c8e5dba  [hotfix][docs] Fix typo
c8e5dba is described below

commit c8e5dbaa53e2c802bd0e5d823afad98623e16e95
Author: Tony Feng <fa...@gmail.com>
AuthorDate: Tue Jan 29 06:46:48 2019 +0800

    [hotfix][docs] Fix typo
---
 docs/dev/batch/examples.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/dev/batch/examples.md b/docs/dev/batch/examples.md
index fe2bd8d..e04c44c 100644
--- a/docs/dev/batch/examples.md
+++ b/docs/dev/batch/examples.md
@@ -270,7 +270,7 @@ val result = finalRanks
 result.writeAsCsv(outputPath, "\n", " ")
 {% endhighlight %}
 
-he {% gh_link /flink-examples/flink-examples-batch/src/main/scala/org/apache/flink/examples/scala/graph/PageRankBasic.scala "PageRank program" %} implements the above example.
+The {% gh_link /flink-examples/flink-examples-batch/src/main/scala/org/apache/flink/examples/scala/graph/PageRankBasic.scala "PageRank program" %} implements the above example.
 It requires the following parameters to run: `--pages <path> --links <path> --output <path> --numPages <n> --iterations <n>`.
 </div>
 </div>