Skip to content

Commit

Permalink
Update comments.md (vesoft-inc#2343)
Browse files Browse the repository at this point in the history
  • Loading branch information
abby-cyber authored Nov 10, 2023
1 parent 7a81790 commit 50e3fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-2.0-zh/3.ngql-guide/1.nGQL-overview/comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## Examples

```ngql
nebula> # 这行什么都不做
nebula> # 这行什么都不做并返回报错`StatementEmpty`
nebula> RETURN 1+1; # 这条注释延续到行尾。
nebula> RETURN 1+1; // 这条注释延续到行尾。
nebula> RETURN 1 /* 这是一条行内注释 */ + 1 == 2;
Expand Down

0 comments on commit 50e3fb9

Please sign in to comment.