imbajin commented on code in PR #259: URL: https://github.com/apache/incubator-hugegraph-doc/pull/259#discussion_r1215376022
########## content/cn/docs/clients/restful-api/vertex.md: ########## @@ -302,9 +298,9 @@ PUT http://127.0.0.1:8080/graphs/hugegraph/graph/vertices/batch "city": "Shanghai", "weight": 0.3, "hobby": [ - "swiming", "reading", - "football" + "football", + "swiming" Review Comment: ```suggestion "swimming" ``` typo all `swiming` maybe 🏊🏻♂️ ########## content/cn/docs/clients/restful-api/vertex.md: ########## @@ -23,7 +23,22 @@ weight: 7 ------------------------------------------------------------------- -接下来的示例均假设已经创建好了前述的各种 schema 信息 +接下来的示例需要根据以下脚本创建 `schema`。 Review Comment: ```suggestion 接下来的示例需要先根据以下 `groovy` 脚本创建图 `schema` ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
