[cypher/en] It use -> It uses

This commit is contained in:
Boris Verkhovskiy 2024-05-14 20:05:35 -06:00
parent 6c72a9c2b7
commit 07b055e8f1

View File

@ -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.