Hisoka-X commented on code in PR #9711: URL: https://github.com/apache/seatunnel/pull/9711#discussion_r2283928611
########## docs/en/transform-v2/sql-functions.md: ########## @@ -8,352 +8,355 @@ ```ASCII(string)``` -Returns the ```ASCII``` value of the first character in the string. This method returns an int. +Returns the `ASCII` value of the first character in the string. This method returns an **INT**. Review Comment: ```suggestion Returns the `ASCII` value of the first character in the string. ``` ########## docs/en/transform-v2/sql-functions.md: ########## @@ -8,352 +8,355 @@ ```ASCII(string)``` Review Comment: ```suggestion ```ASCII(string) -> INT``` ``` I perfer this style. It's more clear. -- 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]
