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

fanrui 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 806147c3233 [FLINK-33393][doc] Fix typo in function documentation
806147c3233 is described below

commit 806147c3233a47eacaa630dca5fdfef83397ab31
Author: caicancai <2356672...@qq.com>
AuthorDate: Mon Oct 30 16:59:17 2023 +0800

    [FLINK-33393][doc] Fix typo in function documentation
---
 docs/data/sql_functions_zh.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/data/sql_functions_zh.yml b/docs/data/sql_functions_zh.yml
index 69eeccc64b3..dea5b499bc1 100644
--- a/docs/data/sql_functions_zh.yml
+++ b/docs/data/sql_functions_zh.yml
@@ -339,7 +339,7 @@ string:
     table: STRING.rtrim()
     description: |
       返回从 STRING 中删除右边空格的字符串。
-      例如 `'This is a test String. '.ltrim()` 返回 `'This is a test String.'`。
+      例如 `'This is a test String. '.rtrim()` 返回 `'This is a test String.'`。
   - sql: REPEAT(string, int)
     table: STRING.repeat(INT)
     description: |

Reply via email to