Skip to content

Commit

Permalink
post-review fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JPryce-Aklundh committed Nov 22, 2023
1 parent 555f2e5 commit 8007e58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/ROOT/pages/patterns/reference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ is equivalent to the following quantified path pattern:
(:A) (()-[r:R]->()){m,n} (:B)
----

With the expanded form of a quantified path pattern, it is possible to add predicates.
With the expanded form of a quantified path pattern, it is possible to add predicates inside.
Conversely, if the only predicate is a relationship type expression, query syntax can be more concise using a quantified relationship.

Note that, unlike a quantified path pattern, a quantified relationship must always have a node pattern on each side.
Expand Down Expand Up @@ -1109,7 +1109,7 @@ For rules on valid relationship variable names, see xref:syntax/naming.adoc[Cyph
[[variable-length-relationships-rules]]
=== Rules

The following table shows variants of the variable-length quantifier syntax and their equivalent canonical xref:patterns/reference.adoc#quantifiers[quantifier] form (the form used by xref:patterns/reference.adoc#quantified-path-patterns[quantified path patterns]):
The following table shows variants of the variable-length quantifier syntax and their equivalent xref:patterns/reference.adoc#quantifiers[quantifier] form (the form used by xref:patterns/reference.adoc#quantified-path-patterns[quantified path patterns]):

[options="header",cols="1m,1a,1m,1m"]
|===
Expand Down

0 comments on commit 8007e58

Please sign in to comment.