Skip to content

Commit db628b2

Browse files
Fix optional call link (#1051)
1 parent 8c63942 commit db628b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ OPTIONAL CALL db.labels() YIELD label
4545
RETURN label
4646
----
4747

48-
| Introduced `OPTIONAL CALL` for optionally executing a xref:clauses/call.adoc#optiona-call[procedure] or xref:subqueries/call-subquery.adoc#optional-call[subquery] `CALL`.
48+
| Introduced `OPTIONAL CALL` for optionally executing a xref:clauses/call.adoc#optional-call[procedure] or xref:subqueries/call-subquery.adoc#optional-call[subquery] `CALL`.
4949
Similar to xref:clauses/optional-match.adoc[`OPTIONAL MATCH`], any empty rows produced by the `OPTIONAL CALL` will return `null` and not affect the remainder of the procedure or subquery evaluation.
5050

5151
a|

0 commit comments

Comments
 (0)