From 123b25cb750fd101f3bd40ede9ae64f566fa6b30 Mon Sep 17 00:00:00 2001 From: Oskar van Rest Date: Fri, 17 Nov 2023 13:24:24 -0800 Subject: [PATCH] fix --- pages/pgql-2.0-spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/pgql-2.0-spec.md b/pages/pgql-2.0-spec.md index 3ddb7eed..f28afdbe 100644 --- a/pages/pgql-2.0-spec.md +++ b/pages/pgql-2.0-spec.md @@ -1586,7 +1586,7 @@ A `GRAPH_TABLE` has the following parts: - A graph reference that references the graph to perform the pattern matching on. - A `MATCH` keyword. - A graph pattern, which is a comma-separted list of path patterns. - - A `KEEP` clause for specifying a path mode or path prefix (e.g. `KEEP ANY SHORTEST`) + - A `KEEP` clause for specifying a path mode or path search prefix (e.g. `KEEP ANY SHORTEST`) - An optional [WHERE clause](#where-clause). - A graph table shape.