summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorBoris Verkhovskiy <boris.verk@gmail.com>2024-05-14 20:05:35 -0600
committerBoris Verkhovskiy <boris.verk@gmail.com>2024-05-14 20:05:35 -0600
commit07b055e8f104ff83e26f426f75ee6dbfba3260cd (patch)
tree8c8c4e093c16c274c3d1747e67f2c3488186628d
parent6c72a9c2b76df4cb80533df87f30566cc543c749 (diff)
[cypher/en] It use -> It uses
-rw-r--r--cypher.html.markdown2
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.