From 07b055e8f104ff83e26f426f75ee6dbfba3260cd Mon Sep 17 00:00:00 2001 From: Boris Verkhovskiy Date: Tue, 14 May 2024 20:05:35 -0600 Subject: [cypher/en] It use -> It uses --- cypher.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3