1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-08 07:46:46 +02:00

[cypher/pt-br] Small typo

This commit is contained in:
Victor Bastos
2019-10-01 11:58:32 -03:00
committed by GitHub
parent dff76c7965
commit 4df895568d

View File

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