Skip to content

Commit

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

```ngql
nebula> # Do nothing in this line
nebula> # Do nothing in this line and return an error `StatementEmpty`.
nebula> RETURN 1+1; # This comment continues to the end of this line.
nebula> RETURN 1+1; // This comment continues to the end of this line.
nebula> RETURN 1 /* This is an in-line comment. */ + 1 == 2;
Expand Down

0 comments on commit f4a7bc3

Please sign in to comment.