reswqa commented on code in PR #24720:
URL: https://github.com/apache/flink/pull/24720#discussion_r1580351228


##########
docs/content.zh/docs/dev/datastream/execution_mode.md:
##########
@@ -154,7 +154,7 @@ TaskManagers 将至少在下游任务开始消费它们前保留中间结果(
 
 
 - _广播输入(broadcast input)_: 从广播流输入(参见 [广播状态(Broadcast State)]({{< ref 
"docs/dev/datastream/fault-tolerance/broadcast_state" >}}))
-- _常规输入(regular input)_: 从广播或 keyed 输入
+- _常规输入(regular input)_: 既不从广播输入也不从 keyed 输入

Review Comment:
   ```suggestion
   - _常规输入(regular input)_: 既不从广播流也不从 `KeyedStream` 输入
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to