mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-26 15:13:56 +00:00
[cypher/pt-br] Small typo
This commit is contained in:
parent
dff76c7965
commit
4df895568d
@ -101,7 +101,7 @@ path = shortestPath( (user)-[:KNOWS*..5]-(other) )
|
||||
Crie consultas
|
||||
---
|
||||
|
||||
Create a new node
|
||||
Crie um novo nó
|
||||
```
|
||||
CREATE (a:Person {name:"Théo Gauchoux"})
|
||||
RETURN a
|
||||
|
Loading…
Reference in New Issue
Block a user