cambyzju commented on code in PR #16243: URL: https://github.com/apache/doris/pull/16243#discussion_r1091426376
########## docs/zh-CN/docs/sql-manual/sql-functions/string-functions/elt.md: ########## @@ -51,7 +51,7 @@ mysql> select elt(0, 'aaa', 'bbb'); +----------------------+ | NULL | +----------------------+ -mysql> select elt(2, 'aaa', 'bbb'); +mysql> select elt(3, 'aaa', 'bbb'); Review Comment: `en docs` also has the same problem as `zh-CN docs`, please also fix it. -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org