From cf25762f09008da5b40c2c55572a834fde870536 Mon Sep 17 00:00:00 2001 From: Kruno Golubic <46486712+kgolubic@users.noreply.github.com> Date: Thu, 6 Nov 2025 14:48:53 +0100 Subject: [PATCH] Add missing markdown code for end of code block --- pages/querying/clauses/set.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/querying/clauses/set.md b/pages/querying/clauses/set.md index cac29fe84..60aade544 100644 --- a/pages/querying/clauses/set.md +++ b/pages/querying/clauses/set.md @@ -245,6 +245,7 @@ You can query a nested property the same way you would any other: ```cypher MATCH (n:Person {name: 'Harry'}) RETURN n.details.age AS age; +``` Output: