Skip to content

Commit a59f431

Browse files
small fix
1 parent 068fa96 commit a59f431

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/patterns/shortest-paths.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ Each of these operators, and the criteria for their use, is outlined in the xref
522522

523523
For readers not familiar with Cypher execution plans and operators, it is recommended to first read xref:planning-and-tuning/execution-plans.adoc[].
524524

525-
[[example-graph-2]]
525+
[[example-graph]]
526526
=== Example graph
527527

528528
////
@@ -539,7 +539,7 @@ In total, the graph consists of almost 90 000 nodes.
539539

540540
Each node (`N`) has a `trail` property that acts as a "breadcrumb" list, tracing the path from the root of the tree to that node (the root node has an empty list for its `trail` property).
541541
The trail records the choice of `"A"`, `"B"`, or `"C"` taken to reach each node, building a sequence that increases in length with each level.
542-
This ensures that every trail value is unique in the graph.
542+
This ensures that every `trail` value is unique in the graph.
543543

544544
To recreate the graph, run the following query against an empty Neo4j database:
545545

0 commit comments

Comments
 (0)