Skip to content

Commit

Permalink
Ngql style guide (#560)
Browse files Browse the repository at this point in the history
* ngql style guide

* Update ngql-style-guide.md

* Update ngql-style-guide.md

* Update ngql-style-guide.md

* Update ngql-style-guide.md

Co-authored-by: randomJoe211 <69501902+randomJoe211@users.noreply.github.com>
  • Loading branch information
izhuxiaoqing and randomJoe211 authored Jul 16, 2021
1 parent 51d89da commit 781a381
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 @@ -67,7 +67,7 @@ nGQL does not have strict formatting requirements, but creating nGQL statements

If needed, you can also start a new line for better understanding, even if the clause does not exceed 80 characters.

## Identifier nomenclature
## Identifier naming

In nGQL statements, characters other than keywords, punctuation marks, and blanks are all identifiers. Recommended methods to name the identifiers are as follows.

Expand Down

0 comments on commit 781a381

Please sign in to comment.