Skip to content

Commit c834fd2

Browse files
committed
replace backticks with single quotes
1 parent 567aa30 commit c834fd2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2036,7 +2036,7 @@ RETURN where
20362036
----
20372037

20382038
Description of the returned code::
2039-
`(where {p: 5})` is deprecated. It is replaced by `(++`where`++ {p: 5})`.
2039+
'(where {p: 5})' is deprecated. It is replaced by '(++`where`++ {p: 5})'.
20402040

20412041
Suggestions for improvement::
20422042
To continue using variables with this name, use backticks to escape the variable name:
@@ -2091,7 +2091,7 @@ RETURN where
20912091
----
20922092

20932093
Description of the returned code::
2094-
`-[where {p: 5}]-` is deprecated. It is replaced by `-[++`where`++ {p: 5}]-`.
2094+
'-[where {p: 5}]-' is deprecated. It is replaced by '-[++`where`++ {p: 5}]-'.
20952095

20962096
Suggestions for improvement::
20972097
To continue using variables with this name, use backticks to escape the variable name:
@@ -2147,7 +2147,7 @@ RETURN listOfBooleans + m:A
21472147
----
21482148

21492149
Description of the returned code::
2150-
`... + m:A` is deprecated. It is replaced by `... + (m:A)`.
2150+
'... + m:A' is deprecated. It is replaced by '... + (m:A)'.
21512151

21522152
Suggestions for improvement::
21532153
Parenthesize the label expression predicate on the right-hand side of `+`:
@@ -2206,7 +2206,7 @@ RETURN listOfBooleans + r:C|D
22062206
----
22072207

22082208
Description of the returned code::
2209-
`... + r:C|D` is deprecated. It is replaced by `... + (r:C|D)`.
2209+
'... + r:C|D' is deprecated. It is replaced by '... + (r:C|D)'.
22102210

22112211
Suggestions for improvement::
22122212
Parenthesize the label expression predicate on the right-hand side of `+`:
@@ -2268,7 +2268,7 @@ END AS standardsName
22682268
----
22692269

22702270
Description of the returned code::
2271-
`WHEN is :: INTEGER` is deprecated. It is replaced by `WHEN ++`is`++ :: INTEGER`.
2271+
'WHEN is :: INTEGER' is deprecated. It is replaced by 'WHEN ++`is`++ :: INTEGER'.
22722272

22732273
Suggestions for improvement::
22742274
To continue using variables with this name in simple `CASE` expressions, use backticks to escape the variable name:
@@ -2338,7 +2338,7 @@ END AS check
23382338
----
23392339

23402340
Description of the returned code::
2341-
`WHEN contains + 1 INTEGER` is deprecated. It is replaced by `WHEN ++`contains`++ + 1 INTEGER`.
2341+
'WHEN contains + 1 INTEGER' is deprecated. It is replaced by 'WHEN ++`contains`++ + 1 INTEGER'.
23422342

23432343
Suggestions for improvement::
23442344
To continue using variables with this name in simple `CASE` expressions, use backticks to escape the variable name:
@@ -2409,7 +2409,7 @@ END AS check
24092409

24102410
Description of the returned code::
24112411

2412-
`WHEN contains - 1 INTEGER` is deprecated. It is replaced by `WHEN ++`contains`++ - 1 INTEGER`.
2412+
'WHEN contains - 1 INTEGER' is deprecated. It is replaced by 'WHEN ++`contains`++ - 1 INTEGER'.
24132413

24142414
Suggestions for improvement::
24152415
To continue using variables with this name in simple `CASE` expressions, use backticks to escape the variable name:
@@ -2480,7 +2480,7 @@ END AS check
24802480

24812481
Description of the returned code::
24822482

2483-
`WHEN in[0] INTEGER` is deprecated. It is replaced by `WHEN ++`in`++[0] INTEGER`.
2483+
'WHEN in[0] INTEGER' is deprecated. It is replaced by 'WHEN ++`in`++[0] INTEGER'.
24842484

24852485
Suggestions for improvement::
24862486
To continue using variables with this name in simple `CASE` expressions, use backticks to escape the variable name:
@@ -2550,7 +2550,7 @@ END AS check
25502550

25512551
Description of the returned code::
25522552

2553-
`WHEN in["mainAccount"] INTEGER` is deprecated. It is replaced by `WHEN ++`in`++["mainAccount"] INTEGER`.
2553+
'WHEN in["mainAccount"] INTEGER' is deprecated. It is replaced by 'WHEN ++`in`++["mainAccount"] INTEGER'.
25542554

25552555
Suggestions for improvement::
25562556
To continue using variables with this name in simple `CASE` expressions, use backticks to escape the variable name:

0 commit comments

Comments
 (0)