Skip to content

Commit 70365a8

Browse files
committed
Review fixes
1 parent 4b51fb3 commit 70365a8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1310,7 +1310,7 @@ a|
13101310
To continue using it, escape the identifier by adding backticks around the identifier `%s`.
13111311
- The character with the Unicode representation `%s` is deprecated for unescaped identifiers and will not be supported in the future.
13121312
To continue using it, escape the identifier by adding backticks around the identifier `%s`.
1313-
- `%s` subquery without a variable scope clause is now deprecated. Use CALL (`%s`) { ... }
1313+
- `%s` subquery without a variable scope clause is deprecated. Use CALL (`%s`) { ... }
13141314
- All subqueries in a `UNION [ALL]` should have the same ordering for the return columns.
13151315
[NOTE]
13161316
In versions 5.5 to 5.25, using differently ordered return items in a `UNION [ALL]` clause is deprecated.
@@ -1649,10 +1649,10 @@ Returned GQLSTATUS code::
16491649

16501650
Returned status description::
16511651
warn: feature deprecated.
1652-
`CALL` subquery without a variable scope clause is now deprecated. Use `CALL (nbr) {...}`
1652+
`CALL` subquery without a variable scope clause is deprecated. Use `CALL (nbr) {...}`
16531653

16541654
Suggestions for improvement::
1655-
Replace the Importing WITH with a variable scope clause.
1655+
Replace the importing `WITH` with a variable scope clause.
16561656
+
16571657
[source,cypher]
16581658
----
@@ -1678,10 +1678,10 @@ CALL {
16781678
RETURN otherNbr
16791679
----
16801680
Description of the returned code::
1681-
`CALL` subquery without a variable scope clause is now deprecated. Use `CALL (nbr) {...}`
1681+
`CALL` subquery without a variable scope clause is deprecated. Use `CALL (nbr) {...}`
16821682

16831683
Suggestions for improvement::
1684-
Replace the Importing WITH with a variable scope clause.
1684+
Replace the importing `WITH` with a variable scope clause.
16851685
+
16861686
[source,cypher]
16871687
----

0 commit comments

Comments
 (0)