[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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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