Skip to content

Commit fe1f308

Browse files
authored
Merge pull request #1996 from LiorKogan/patch-1
Update commands.md
2 parents 87c2746 + 6bb5e0e commit fe1f308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ GRAPH.QUERY DEMO_GRAPH "MERGE (charlie { name: 'Charlie Sheen', age: 10 })"
501501
To merge a single node, specifying both label and property:
502502
503503
```sh
504-
GRAPH.QUERY DEMO_GRAPH "MERGE (michael:Person { name: 'Michael Douglas' })""
504+
GRAPH.QUERY DEMO_GRAPH "MERGE (michael:Person { name: 'Michael Douglas' })"
505505
```
506506
507507
**Merging paths**

0 commit comments

Comments
 (0)