Skip to content

Commit 0a605d7

Browse files
fixes and grammar
1 parent 4abeb52 commit 0a605d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/ROOT/pages/clauses/clause-composition.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ A clause can never observe writes made by a later clause.
133133

134134
As of Cypher 25, read and write clauses can be combined in any order.
135135
That is, a write clause followed by a read clause no longer requires a separating xref:clauses/with.adoc[`WITH`] clause in order for the read clause to observe the changes made by a preceding write clause.
136-
For example, the following query, in which the changes made by the a write clause (xref:clauses/set.adoc[`SET`]) is observed by a subsequent `MATCH` clause without an intermediate `WITH` clause, is valid using Cypher 25 but not link:https://neo4j.com/docs/cypher-manual/current/clauses/with/#combine-write-and-read-clauses[Cypher 5].
136+
For example, the following query, in which the changes made by a write clause (xref:clauses/set.adoc[`SET`]) are observed by a subsequent `MATCH` clause without an intermediate `WITH` clause, is valid using Cypher 25 but not link:https://neo4j.com/docs/cypher-manual/current/clauses/with/#combine-write-and-read-clauses[Cypher 5].
137137

138138

139139
.Combine write and read clauses without a separating `WITH` clause

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ RETURN count(p) AS count
200200
----
201201

202202
| Queries no longer require xref:clauses/with.adoc[`WITH`] to transition between reading and writing operations.
203-
For more information, see xref:clauses/clause-composition.adoc#cypher-clause-composition-rw-queries[Clause composition -> Red-write queries]
203+
For more information, see xref:clauses/clause-composition.adoc#cypher-clause-composition-rw-queries[Clause composition -> Read-write queries].
204204

205205
a|
206206
label:functionality[]

0 commit comments

Comments
 (0)