diff --git a/antora.yml b/antora.yml index d2a34ac1..eec141cf 100644 --- a/antora.yml +++ b/antora.yml @@ -9,4 +9,4 @@ asciidoc: page-origin-private: false neo4j-version: '2025.06' neo4j-version-exact: '2025.06.0' - neo4j-buildnumber: '2025.06' \ No newline at end of file + neo4j-buildnumber: '2025.06' diff --git a/modules/ROOT/pages/errors/gql-errors/42N39.adoc b/modules/ROOT/pages/errors/gql-errors/42N39.adoc index 3b046491..c6952bff 100644 --- a/modules/ROOT/pages/errors/gql-errors/42N39.adoc +++ b/modules/ROOT/pages/errors/gql-errors/42N39.adoc @@ -3,7 +3,7 @@ = 42N39 == Status description -error: syntax error or access rule violation - incompatible return column names. All `{<>}` must have the same return column names. Use `AS` to ensure columns have the same name. +error: syntax error or access rule violation - incompatible return column names. All `{ <> }` must have the same return column names. Use `AS` to ensure columns have the same name. ifndef::backend-pdf[] [discrete.glossary] diff --git a/modules/ROOT/pages/errors/gql-errors/index.adoc b/modules/ROOT/pages/errors/gql-errors/index.adoc index b913aa50..f6f815a7 100644 --- a/modules/ROOT/pages/errors/gql-errors/index.adoc +++ b/modules/ROOT/pages/errors/gql-errors/index.adoc @@ -1188,7 +1188,7 @@ Status description:: error: syntax error or access rule violation - duplicate re [role=label--changed-2025.03] === xref:errors/gql-errors/42N39.adoc[42N39] -Status description:: error: syntax error or access rule violation - incompatible return column names. All `{<>}` must have the same return column names. Use `AS` to ensure columns have the same name. +Status description:: error: syntax error or access rule violation - incompatible return column names. All `{ <> }` must have the same return column names. Use `AS` to ensure columns have the same name. === xref:errors/gql-errors/42N3A.adoc[42N3A]