From 670215de3c63be0fe498b709acc205219c6979aa Mon Sep 17 00:00:00 2001 From: Christophe Willemsen Date: Thu, 20 Feb 2025 21:06:47 +0100 Subject: [PATCH] Fixes + sign formatting --- .../pages/deprecations-additions-removals-compatibility.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc b/modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc index 67212f833..4256a09a7 100644 --- a/modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc +++ b/modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc @@ -98,7 +98,7 @@ label:deprecated[] ---- ... + n:A&B\|C ---- -a| Using an unparenthesized label expression predicate as the right-hand side operand of `+` is deprecated. +a| Using an unparenthesized label expression predicate as the right-hand side operand of `\+` is deprecated. Parenthesize the label expression predicate on the right-hand side of `+`: `... + (n:A)`. a|