Skip to content

Commit 760529d

Browse files
fix
1 parent 2d7c613 commit 760529d

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
@@ -78,8 +78,8 @@ RETURN length(p) AS result
7878
----
7979
// end::patterns_shortest_paths_shortest_k[]
8080

81-
[TIP]
82-
Note that this and the following examples in this section use a quantified relationship `-[:LINK]-+`, which is composed of a relationship pattern `-[:LINK]-` and a postfix quantifier `+`.
81+
[NOTE]
82+
Note that this and the following examples in this section use a quantified relationship `-[:LINK]-\+`, which is composed of a relationship pattern `-[:LINK]-` and a postfix quantifier `+`.
8383
The relationship pattern is only concerned with following relationships with type `LINK`, and will otherwise traverse any node along the way.
8484
There is no arrowhead `<` or `>` on the relationship pattern, allowing the pattern to match relationships going in either direction.
8585
This represents the fact that trains can go in both directions along the `LINK` relationships between Stations.

0 commit comments

Comments
 (0)