Resolve a potential ambiguity in use of the ?: notation by adding parentheses.

This addresses a Least Authority comment.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2018-06-22 17:14:20 +01:00
parent a35f4275a1
commit 0334dde7a2
1 changed files with 1 additions and 1 deletions

View File

@ -10014,7 +10014,7 @@ The constraint ``either $a = 0$ or $b = c$'' can be implemented as:
\introlist
\subsubsubsection{Selection constraints} \label{cctselection}
A selection constraint $b \bchoose x : y = z$, where $b \typecolon \bit$ has been
A selection constraint $(b \bchoose x : y) = z$, where $b \typecolon \bit$ has been
boolean-constrained, can be implemented as:
\begin{formulae}