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

morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 4cb39f83913 [fix](doc) strleft.md zh: renumber duplicate '7.' examples 
to 8/9 (#3797)
4cb39f83913 is described below

commit 4cb39f83913e919c0ac00fa2d42a1f2dfc398703
Author: boluor <[email protected]>
AuthorDate: Wed May 27 21:30:06 2026 -0700

    [fix](doc) strleft.md zh: renumber duplicate '7.' examples to 8/9 (#3797)
    
    ## Summary
    
    Doc page (4.x): \`scalar-functions/string-functions/strleft.md\` (ZH).
    
    The ZH page's "Examples" section is numbered \`1,2,3,4,5,6,7,7,8\` — two
    adjacent items are both labeled \`7.\` (\"UTF-8 多字节字符\" and \"数字和编号前缀\")
    and the last one is labeled \`8.\` (\"utf-8 字符串\") even though it is the
    ninth example.
    
    Renumbered the trailing two to \`8\` and \`9\` so the list reads cleanly
    \`1..9\`.
    
    ## Verification
    
    - No SQL or content change; numbering only.
    - Rendered list now sequential.
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    
    Co-authored-by: Claude Opus 4.7 (1M context) <[email protected]>
---
 .../sql-functions/scalar-functions/string-functions/strleft.md        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/sql-manual/sql-functions/scalar-functions/string-functions/strleft.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/sql-manual/sql-functions/scalar-functions/string-functions/strleft.md
index b42a16a34d9..c2452883e56 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/sql-manual/sql-functions/scalar-functions/string-functions/strleft.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/sql-manual/sql-functions/scalar-functions/string-functions/strleft.md
@@ -128,7 +128,7 @@ SELECT STRLEFT('ṭṛì ḍḍumai hello', 3), STRLEFT('ṭṛì ḍḍumai 
hel
 +---------------------------------+----------------------------------+
 ```
 
-7. 数字和编号前缀
+8. 数字和编号前缀
 ```sql
 SELECT STRLEFT('ID123456789', 5), STRLEFT('USER_987654321', 5);
 ```
@@ -140,7 +140,7 @@ SELECT STRLEFT('ID123456789', 5), STRLEFT('USER_987654321', 
5);
 +----------------------------+------------------------------+
 ```
 
-8. utf-8 字符串
+9. utf-8 字符串
 ```sql
 SELECT STRLEFT('ṭṛì ḍḍu', 5);
 ```


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

Reply via email to