diff options
author | Victor Bastos <victorwpbastos@gmail.com> | 2019-10-01 11:58:32 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-01 11:58:32 -0300 |
commit | 4df895568d5600f20636e88b58cdfd74e7df4410 (patch) | |
tree | b03b43702cffe22fcc424dfc3a01535cd3d2c358 /pt-br | |
parent | dff76c7965af30e7c7a752513a9ab93a15eb58bc (diff) |
[cypher/pt-br] Small typo
Diffstat (limited to 'pt-br')
-rw-r--r-- | pt-br/cypher-pt.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pt-br/cypher-pt.html.markdown b/pt-br/cypher-pt.html.markdown index 9b60f771..d4400148 100644 --- a/pt-br/cypher-pt.html.markdown +++ b/pt-br/cypher-pt.html.markdown @@ -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 |