From c1bcec0c9e5abe9f499454ebf0fe5af988ce4693 Mon Sep 17 00:00:00 2001 From: vama-tg <156010229+vama-tg@users.noreply.github.com> Date: Wed, 17 Dec 2025 12:04:15 -0500 Subject: [PATCH] incorrect representation of edge direction in v2 syntax --- modules/querying/pages/syntax-versions.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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