Skip to content

Commit c39ff59

Browse files
format
1 parent d339967 commit c39ff59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/syntax/parsing.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ For example, the below query uses the Unicode `u00B0` to search for any recipe d
1717
[source, cypher]
1818
----
1919
MATCH (r:Recipe)
20-
WHERE r.Description CONTAINS "\u00B0"
20+
WHERE r.description CONTAINS "\u00B0"
2121
RETURN r
2222
----
2323

0 commit comments

Comments
 (0)