Skip to content

Commit

Permalink
Update ngql-style-guide.md (#2545)
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-lzy authored Feb 2, 2023
1 parent d2892c8 commit 5d88782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-2.0/3.ngql-guide/1.nGQL-overview/ngql-style-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ nGQL 没有严格的构建格式要求,但根据恰当而统一的风格创建
不推荐:

```ngql
FETCH PROP ON player "player100" YIELD properties(vertex);
FETCH PROP ON player "player100" YIELD properties(vertex)
```

推荐:
Expand Down

0 comments on commit 5d88782

Please sign in to comment.