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

tison 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 c8f4733  [hotfix][docs] Removed duplicate word
c8f4733 is described below

commit c8f47331f7b0b836b4cec8692901b7af8e255f5d
Author: mans2singh <[email protected]>
AuthorDate: Mon Apr 26 22:34:21 2021 -0400

    [hotfix][docs] Removed duplicate word
    
    This closes #15756 .
---
 docs/content.zh/docs/dev/datastream/fault-tolerance/state.md | 2 +-
 docs/content/docs/dev/datastream/fault-tolerance/state.md    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/content.zh/docs/dev/datastream/fault-tolerance/state.md 
b/docs/content.zh/docs/dev/datastream/fault-tolerance/state.md
index 1af7005..66b4d78 100644
--- a/docs/content.zh/docs/dev/datastream/fault-tolerance/state.md
+++ b/docs/content.zh/docs/dev/datastream/fault-tolerance/state.md
@@ -563,7 +563,7 @@ val counts: DataStream[(String, Int)] = stream
 
 ## Operator State
 
-*Operator State* (or *non-keyed state*) is state that is is bound to one
+*Operator State* (or *non-keyed state*) is state that is bound to one
 parallel operator instance. The [Kafka Connector]({{< ref 
"docs/connectors/datastream/kafka" >}}) is a good motivating example for the 
use of
 Operator State in Flink. Each parallel instance of the Kafka consumer maintains
 a map of topic partitions and offsets as its Operator State.
diff --git a/docs/content/docs/dev/datastream/fault-tolerance/state.md 
b/docs/content/docs/dev/datastream/fault-tolerance/state.md
index acb91f7..391b9b3 100644
--- a/docs/content/docs/dev/datastream/fault-tolerance/state.md
+++ b/docs/content/docs/dev/datastream/fault-tolerance/state.md
@@ -624,7 +624,7 @@ val counts: DataStream[(String, Int)] = stream
 
 ## Operator State
 
-*Operator State* (or *non-keyed state*) is state that is is bound to one
+*Operator State* (or *non-keyed state*) is state that is bound to one
 parallel operator instance. The [Kafka Connector]({{< ref 
"docs/connectors/datastream/kafka" >}}) is a good motivating example for the 
use of
 Operator State in Flink. Each parallel instance of the Kafka consumer maintains
 a map of topic partitions and offsets as its Operator State.

Reply via email to