Skip to content

Commit 7c2045c

Browse files
small fix
1 parent 4b446de commit 7c2045c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/planning-and-tuning/operators/operators-detail.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3579,7 +3579,7 @@ Total database accesses: 211, total allocated memory: 4312
35793579
== Traversal operators
35803580

35813581
Traversal operators enable complex graph traversals by defining how nodes and relationships are connected in a given pattern.
3582-
They allow Cypher to express and match various pattern types, such as xref:patterns/fixed-length-patterns.adoc[fixed-length], xref:patterns/variable-length-patterns.adoc[variable-length], xref:patterns/shortest-paths.adoc[shortest paths], and xref:patterns/non-linear-patterns.adoc[non-linear] connections between nodes.
3582+
They allow Cypher to express and match various pattern types, such as xref:patterns/fixed-length-patterns.adoc[fixed-length patterns], xref:patterns/variable-length-patterns.adoc[variable-length patterns], xref:patterns/shortest-paths.adoc[shortest paths], and xref:patterns/non-linear-patterns.adoc[non-linear patterns].
35833583

35843584

35853585
[[query-plan-anti]]

0 commit comments

Comments
 (0)