Skip to content

Commit 0f8cca3

Browse files
fix
1 parent baa6008 commit 0f8cca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/queries/composed-queries/conditional-queries.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Instead, if `WHEN` constructs are part of a larger query, they must either be pl
166166

167167
.Single conditional `CALL` subquery
168168
=====
169-
In this example, `WHEN` is used to execute a xref:subqueries/call-subquery.adoc[`CALL` subquery] for each row that the condition (`m IS NULL`) evaluates to `true`.
169+
In this example, `WHEN` is used to execute a xref:subqueries/call-subquery.adoc[`CALL` subquery] for each row that the condition (`manager IS NULL`) evaluates to `true`.
170170
171171
.Conditional `CALL` subquery
172172
[source, cypher]

0 commit comments

Comments
 (0)