Skip to content

Commit 670215d

Browse files
authored
Fixes + sign formatting
1 parent 4837369 commit 670215d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ label:deprecated[]
9898
----
9999
... + n:A&B\|C
100100
----
101-
a| Using an unparenthesized label expression predicate as the right-hand side operand of `+` is deprecated.
101+
a| Using an unparenthesized label expression predicate as the right-hand side operand of `\+` is deprecated.
102102
Parenthesize the label expression predicate on the right-hand side of `+`: `... + (n:A)`.
103103

104104
a|

0 commit comments

Comments
 (0)