From 54937c89990f6ce4b4efb6271f5f9392111ece4b Mon Sep 17 00:00:00 2001 From: Satia Herfert Date: Fri, 3 Jan 2025 12:43:51 +0100 Subject: [PATCH] Fix typos --- modules/ROOT/pages/errors/gql-errors.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/pages/errors/gql-errors.adoc b/modules/ROOT/pages/errors/gql-errors.adoc index 4ff4808..1b7b338 100644 --- a/modules/ROOT/pages/errors/gql-errors.adoc +++ b/modules/ROOT/pages/errors/gql-errors.adoc @@ -427,11 +427,11 @@ Status description:: error: data exception - index with the same name already ex // === 22N75 -// Status description:: error: data exception - constraint contains duplicated tokens. The constraint specified by `{ $constrDescrOrName }` includes a label, relationship type, a property key with name `{ $token }` more than once. +// Status description:: error: data exception - constraint contains duplicated tokens. The constraint specified by `{ $constrDescrOrName }` includes a label, relationship type, or property key with name `{ $token }` more than once. // === 22N76 -// Status description:: error: data exception - index contains duplicated tokens. The index specified by `{ $idxDescrOrName }` includes a label, relationship type, a property key with name `{ $token }` more than once. +// Status description:: error: data exception - index contains duplicated tokens. The index specified by `{ $idxDescrOrName }` includes a label, relationship type, or property key with name `{ $token }` more than once. === 22N77