Skip to content

Commit 9611bec

Browse files
Fix typo in Patterns reference (#1017)
1 parent d4b294c commit 9611bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/patterns/reference.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ Matches one or more relationships with type `R` and of any direction, and any no
779779
()-[:R]-+()
780780
----
781781

782-
Matches paths consisting of two inbound subpaths, one with relationships of type `A` and one with relationships of type `B`, meeting at a node with label `A`:
782+
Matches paths consisting of two inbound subpaths, one with relationships of type `R` and one with relationships of type `S`, meeting at a node with label `A`:
783783
[source, role=noheader]
784784
----
785785
()-[:R]->+(:A)<-[:S]-+()

0 commit comments

Comments
 (0)