Skip to content

Commit e4b94c4

Browse files
committed
further editorial updates
1 parent 23a676d commit e4b94c4

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

modules/ROOT/pages/errors/gql-errors/42NAA.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ error: syntax error or access rule violation - incorrectly formatted graph refer
2525

2626
== Possible solutions
2727

28-
To resolve this issue, the preferred way is to send in the alias name as a parameter:
28+
To resolve this issue, the preferred way is to replace the alias name with a parameter:
2929

3030
.Parameters
3131
[source, parameters]
@@ -41,7 +41,7 @@ To resolve this issue, the preferred way is to send in the alias name as a param
4141
CREATE ALIAS $aliasName FOR DATABASE baz
4242
----
4343

44-
Alternatively, if a string literal is used, the correct quoting for Cypher 25 would either be
44+
Alternatively, if you use a string literal, the correct quoting for Cypher 25 will either be
4545

4646
[source,cypher]
4747
----

modules/ROOT/pages/errors/gql-errors/51N76.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
error: system configuration or operation exception - upgrade failed. The upgrade to a new Neo4j version failed.
66

77
== Explanation
8-
This error code can occur during a dbms upgrade to a new Neo4j version, in the rare case that something in the user's setup or dbms environment prevented the dbms from upgrading.
8+
This error code can occur during a Neo4j upgrade to a new version in the rare case when something in the user's setup or DBMS environment prevents the upgrade.
99
The error will be accompanied by a cause with a more concrete GQLSTATUS, describing what the user needs to change before retrying the upgrade.
1010

1111
ifndef::backend-pdf[]

modules/ROOT/pages/notifications/all-notifications.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1264,7 +1264,7 @@ m|DEPRECATION
12641264
m|WARNING
12651265
|===
12661266

1267-
[#_graph_reference_deprecation]
1267+
[[_graph_reference_deprecation]]
12681268
.Using separately backticked name parts in graph references
12691269
[.tabbed-example]
12701270
=====
@@ -1328,7 +1328,7 @@ For more information on the semantics of graph references, see link:https://neo4
13281328
======
13291329
=====
13301330

1331-
[#_graph_reference_deprecation_use]
1331+
[[_graph_reference_deprecation_use]]
13321332
.Using separately backticked name parts in graph references in USE clause
13331333
[.tabbed-example]
13341334
=====
@@ -1440,11 +1440,11 @@ However, starting from version 2025.06, this deprecation has been withdrawn, and
14401440
The reason for this change is that the previous quoting rules have been found inconsistent and ambiguous, and will be improved starting from Cypher 25.
14411441
For more information, see:
14421442
1443-
<<_graph_reference_deprecation>>
1443+
* <<_graph_reference_deprecation,Using separately backticked name parts in graph references>>
14441444
1445-
<<_graph_reference_deprecation_use>>
1445+
* <<_graph_reference_deprecation_use,Using separately backticked name parts in graph references in USE clause>>
14461446
1447-
link:https://neo4j.com/docs/cypher-manual/25/values-and-types/graph-references[Cypher manual -> Graph references].
1447+
* link:https://neo4j.com/docs/cypher-manual/25/values-and-types/graph-references[Cypher manual -> Graph references].
14481448
====
14491449

14501450
.Using differently ordered return items in a `UNION` clause

0 commit comments

Comments
 (0)