linrrzqqq commented on code in PR #3256:
URL: https://github.com/apache/doris-website/pull/3256#discussion_r2703558006


##########
i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-functions/scalar-functions/date-time-functions/date-sub.md:
##########
@@ -2,13 +2,13 @@
 {
     "title": "DATE_SUB",
     "language": "zh-CN",
-    "description": "DATESUB 函数用于从指定的日期或时间值中减去指定的时间间隔,返回计算后的日期或时间结果。该函数支持对 
DATE(仅日期)和 DATETIME(日期和时间)类型进行操作,时间间隔通过数值和单位共同定义。"
+    "description": "DATE_SUB 函数用于从指定的日期或时间值中减去指定的时间间隔,返回计算后的日期或时间结果。该函数支持对 
DATE(仅日期), DATETIME(日期和时间)TIMESTAMPTZ(带时区偏移量的日期时间)类型进行操作,时间间隔通过数值和单位共同定义。"

Review Comment:
   修改了所有有明确提到类型的 description,对于中文描述类似于 `指定的日期或时间值` 没改



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to