diff --git a/modules/querying/pages/syntax-versions.adoc b/modules/querying/pages/syntax-versions.adoc index c0d159a1..c1198626 100644 --- a/modules/querying/pages/syntax-versions.adoc +++ b/modules/querying/pages/syntax-versions.adoc @@ -70,7 +70,7 @@ Note that V3 still supports V2 style syntax, for backward compatibility. 5. *Quantified Multi-Hop Patterns:* -* *V2 Syntax:* `-(FRIENDS*1..3)\->` +* *V2 Syntax:* `-(FRIENDS>*1..3)\-` * *V3 Syntax:* `[FRIENDS]\->{1,3}` == Comparing V2 and V3 Edge Directions