diff options
author | Divay Prakash <divayprakash@users.noreply.github.com> | 2019-11-24 11:48:11 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-24 11:48:11 +0530 |
commit | c6f65e89e7d872f1382b0758d8a2b33ca9d64b94 (patch) | |
tree | 35bc5a157161b4cbef7f1c05534d2cefba967be4 /pt-br/cypher-pt.html.markdown | |
parent | c6ce29b6aa519da7e9fa617f0ced52d8d7d6d4ab (diff) | |
parent | 4df895568d5600f20636e88b58cdfd74e7df4410 (diff) |
Merge pull request #3638 from victorwpbastos/patch-8
[cypher/pt-br] Small typo
Diffstat (limited to 'pt-br/cypher-pt.html.markdown')
-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 |