Skip to content

Commit 8013136

Browse files
fix xref
1 parent 7d07511 commit 8013136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/syntax/parameters.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Parameters can be used for:
1717

1818
* Literals and expressions.
1919
* Node and relationship ids.
20-
* Properties, when referenced dynamically (for more information, see xref:clauses/where.adoc#filter-on-dynamic-property[filter-on-dynamic-property]).
20+
* Properties, when referenced dynamically (for more information, see xref:clauses/where.adoc#filter-on-dynamic-property[Filter on dynamically-computed node property]).
2121
* Node labels and relationship types, when referenced dynamically (for more information, see xref:clauses/match.adoc#dynamic-match[`MATCH` using dynamic node labels and relationship types]). label:new[Introduced in 5.26]
2222

2323
Parameters cannot be used for the following constructs, as these form part of the query structure that is compiled into a query plan:

0 commit comments

Comments
 (0)