Skip to content

Commit e0ae07f

Browse files
rename alter and fix prefered wording
1 parent 462834c commit e0ae07f

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

modules/ROOT/content-nav.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
** xref:schema/graph-types/index.adoc[]
120120
*** xref:schema/graph-types/set-graph-types.adoc[]
121121
*** xref:schema/graph-types/extend-graph-types.adoc[]
122-
*** xref:schema/graph-types/alter-graph-types.adoc[]
122+
*** xref:schema/graph-types/alter-element-types.adoc[]
123123
*** xref:schema/graph-types/list-graph-types.adoc[]
124124
*** xref:schema/graph-types/drop-graph-type-elements.adoc[]
125125
** xref:schema/constraints/index.adoc[]

modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ ALTER CURRENT GRAPH TYPE ALTER {
112112
}
113113
----
114114

115-
| Introduced the ability to alter graph types using the `ALTER CURRENT GRAPH TYPE ALTER` command.
116-
For more information, see xref:schema/graph-types/alter-graph-types.adoc[].
115+
| Introduced the ability to alter element types in a graph type using the `ALTER CURRENT GRAPH TYPE ALTER` command.
116+
For more information, see xref:schema/graph-types/alter-element-types.adoc[].
117117

118118
a|
119119
label:functionality[]

modules/ROOT/pages/schema/graph-types/alter-graph-types.adoc renamed to modules/ROOT/pages/schema/graph-types/alter-element-types.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
:description: Information about altering a graph type.
22
:page-role: cypher-25-only new-neo4j-2025.xx enterprise-edition
3-
= Alter graph types
3+
= Alter element types
44

55
The xref:schema/graph-types/set-graph-types.adoc#node-element-types[node] and xref:schema/graph-types/set-graph-types.adoc#relationship-element-types[relationship element types] in a graph type can be altered using the `ALTER CURRENT GRAPH TYPE ALTER` command.
66
When altering a graph type, only those node or relationship element types to be modified should be included.

modules/ROOT/pages/schema/graph-types/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ For more information about working with graph types, see:
1414

1515
* xref:schema/graph-types/set-graph-types.adoc[]
1616
* xref:schema/graph-types/extend-graph-types.adoc[]
17-
* xref:schema/graph-types/alter-graph-types.adoc[]
17+
* xref:schema/graph-types/alter-element-types.adoc[]
1818
* xref:schema/graph-types/list-graph-types.adoc[]
1919
* xref:schema/graph-types/drop-graph-type-elements.adoc[]
2020

modules/ROOT/pages/schema/syntax.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ Nor can element types be added if their identifying labels/types already have in
195195

196196
For more information, see xref:schema/graph-types/extend-graph-types.adoc[].
197197

198-
[[alter-graph-types]]
199-
=== Alter graph types
198+
[[alter-element-types]]
199+
=== Alter element types
200200

201201
[NOTE]
202202
====
@@ -224,7 +224,7 @@ Note the following:
224224
And it replaces the previous definition of that element type with the new definition.
225225
====
226226

227-
For more information, see xref:schema/graph-types/alter-graph-types.adoc[].
227+
For more information, see xref:schema/graph-types/alter-element-types.adoc[].
228228

229229
[[list-graph-types]]
230230
=== Show graph types
@@ -414,7 +414,7 @@ REQUIRE r.propertyName {[IS] :: | IS TYPED} <TYPE>
414414
----
415415

416416
The three variations of the expression, `IS ::`, `::`, and `IS TYPED` are syntactic synonyms for the same expression.
417-
The preferred syntax is the `::` variant.
417+
The preferred syntax is the `IS ::` variant.
418418

419419
Where `<TYPE>` is one of the following property types:
420420

0 commit comments

Comments
 (0)