diff options
Diffstat (limited to 'cypher.html.markdown')
-rw-r--r-- | cypher.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cypher.html.markdown b/cypher.html.markdown index f6febb4c..389e1d11 100644 --- a/cypher.html.markdown +++ b/cypher.html.markdown @@ -34,7 +34,7 @@ The types allowed in properties: ## Relationships (or Edges) connect two nodes -`[:KNOWS]` is a *relationship* with the *label* `KNOWS`. It's a *label* as the node's label. It begins with uppercase and use UPPER\_SNAKE\_CASE. +`[:KNOWS]` is a *relationship* with the *label* `KNOWS`. It's a *label* as the node's label. It uses UPPER\_SNAKE\_CASE. `[k:KNOWS]` - the same *relationship*, referred by the variable `k`, reusable in the query, but it's not necessary. |