summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDivay Prakash <divayprakash@users.noreply.github.com>2019-11-24 11:48:11 +0530
committerGitHub <noreply@github.com>2019-11-24 11:48:11 +0530
commitc6f65e89e7d872f1382b0758d8a2b33ca9d64b94 (patch)
tree35bc5a157161b4cbef7f1c05534d2cefba967be4
parentc6ce29b6aa519da7e9fa617f0ced52d8d7d6d4ab (diff)
parent4df895568d5600f20636e88b58cdfd74e7df4410 (diff)
Merge pull request #3638 from victorwpbastos/patch-8
[cypher/pt-br] Small typo
-rw-r--r--pt-br/cypher-pt.html.markdown2
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