Skip to content

Commit 155efbe

Browse files
edits
1 parent 6c33b40 commit 155efbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/clauses/with.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ To retain all variables in the scope of the query, use `WITH *`.
118118

119119
In the below query, the `WITH` clause de-scopes the `p` variable.
120120
As a result, it is not available to the subsequent `RETURN` clause.
121-
Nor would the `c` variable be available - only `chocolateCustomers` is available due to the preceding `WITH` clause.
121+
Nor would the `c` variable be available -- only `chocolateCustomers` is available due to the preceding `WITH` clause.
122122

123123
.De-scoping a variable
124124
[source, cypher, role=test-fail]

0 commit comments

Comments
 (0)