Skip to content

Commit a06e2f5

Browse files
grammar
1 parent 2c51d91 commit a06e2f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@ Or, when the estimated cardinality of the source and target nodes in a shortest
845845
* Selector is one of: `SHORTEST 1`, `ANY`, `ANY SHORTEST`, `ALL SHORTEST`, `SHORTEST GROUP`, or `SHORTEST 1 GROUP`.
846846
* There is only one relationship pattern.
847847
* If the pattern is a xref:patterns/variable-length-patterns.adoc#quantified-path-patterns[quantified path pattern] in the form of `\(()-[]-())`, or is a xref:patterns/variable-length-patterns.adoc#quantified-relationships[quantified-relationship], and it uses a filter that can be applied directly to the relationship.
848-
* If the pattern is a quantified path pattern or a quantified relationship, the lower bound of the xref:patterns/reference.adoc#quantifiers[quantifier] is 0 or 1.
848+
* If the pattern is a quantified path pattern or a quantified relationship and the lower bound of the xref:patterns/reference.adoc#quantifiers[quantifier] is 0 or 1.
849849
* In the case of a quantified path pattern, there are no node variables declared inside the quantified path pattern that are referenced elsewhere.
850850

851851
| `StatefulShortestPath(Into)`

0 commit comments

Comments
 (0)