Skip to content

Commit 95b9b3b

Browse files
add missing backtick
1 parent 6df09b9 commit 95b9b3b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/ROOT/pages/clauses/union.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ For example, the below query xref:functions/aggregating.adoc#functions-count[cou
133133

134134
[NOTE]
135135
The below query uses an empty xref:subqueries/call-subquery.adoc#variable-scope-clause[variable scope clause]: `CALL () { ... }` (introduced in Neo4j 5.23).
136-
If you are using an older version of Neo4j, use `CALL { ... } instead.
136+
If you are using an older version of Neo4j, use `CALL { ... }` instead.
137137
For more information, see xref:subqueries/call-subquery.adoc#import-variables[CALL subqueries -> Importing variables].
138138

139139
.Query

modules/ROOT/pages/functions/graph.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Returns all nodes from a subset of graphs that have a `tags` property containing
129129
130130
[NOTE]
131131
The above query uses an empty xref:subqueries/call-subquery.adoc#variable-scope-clause[variable scope clause]: `CALL () { ... }` (introduced in Neo4j 5.23).
132-
If you are using an older version of Neo4j, use `CALL { ... } instead.
132+
If you are using an older version of Neo4j, use `CALL { ... }` instead.
133133
For more information, see xref:subqueries/call-subquery.adoc#import-variables[CALL subqueries -> Importing variables].
134134
135135
======
@@ -165,7 +165,7 @@ Returns all nodes from all graphs on the current composite database.
165165
166166
[NOTE]
167167
The above query uses an empty xref:subqueries/call-subquery.adoc#variable-scope-clause[variable scope clause]: `CALL () { ... }` (introduced in Neo4j 5.23).
168-
If you are using an older version of Neo4j, use `CALL { ... } instead.
168+
If you are using an older version of Neo4j, use `CALL { ... }` instead.
169169
For more information, see xref:subqueries/call-subquery.adoc#import-variables[CALL subqueries -> Importing variables].
170170
171171
======

0 commit comments

Comments
 (0)