morrySnow commented on code in PR #1891:
URL: https://github.com/apache/doris-website/pull/1891#discussion_r1924782253


##########
i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-functions/scalar-functions/json-functions/json-length.md:
##########
@@ -30,7 +30,9 @@ under the License.
 
 ## 语法
 
-`JSON_LENGTH(JSON <json_str>,  <json_path>)`
+```sql
+JSON_LENGTH(JSON <json_str> [ , <json_path>])

Review Comment:
   1. 参数不要带类型
   ```suggestion
   JSON_LENGTH(<json_str> [ , <json_path>])
   ```



##########
i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-functions/scalar-functions/json-functions/json-type.md:
##########
@@ -43,7 +43,7 @@ under the License.
 ## 语法
 
 ```sql
-STRING JSON_TYPE( <JSON j> )
+STRING JSON_TYPE( <JSON> )

Review Comment:
   1. 参数用小写
   ```suggestion
   STRING JSON_TYPE( <json> )
   ```



-- 
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

Reply via email to