klion26 commented on code in PR #26294:
URL: https://github.com/apache/flink/pull/26294#discussion_r2006736553


##########
docs/content.zh/docs/learn-flink/streaming_analytics.md:
##########
@@ -180,7 +180,7 @@ Flink 有一些内置的窗口分配器,如下所示:
 以下都是一些可以使用的间隔时间 `Duration.ofMillis(n)`, `Duration.ofSeconds(n)`, 
`Duration.ofMinutes(n)`,
  `Duration.ofHours(n)`, 和 `Duration.ofDays(n)`。
 
-基于时间的窗口分配器(包括会话时间)既可以处理 `事件时间`,也可以处理 `处理时间`。这两种基于时间的处理没有哪一个更好,我们必须折衷。使用 
`处理时间`,我们必须接受以下限制:
+基于时间的窗口分配器(包括会话时间)既可以处理 `事件时间`,也可以处理 `处理时间`。这两种基于时间的处理没有哪一个更好,我们必须折中。使用 
`处理时间`,我们必须接受以下限制:

Review Comment:
   yes, the replacement is more widely used and more general



-- 
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