mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-03-16 04:10:01 +01:00
Merge pull request #3638 from victorwpbastos/patch-8
[cypher/pt-br] Small typo
This commit is contained in:
commit
c6f65e89e7
@ -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…
x
Reference in New Issue
Block a user