Skip to content

Commit 2bb223f

Browse files
authored
Add missing markdown code for end of code block (#1460)
1 parent b211623 commit 2bb223f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pages/querying/clauses/set.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ You can query a nested property the same way you would any other:
245245
```cypher
246246
MATCH (n:Person {name: 'Harry'})
247247
RETURN n.details.age AS age;
248+
```
248249

249250
Output:
250251

0 commit comments

Comments
 (0)