From ca07face34f463785412f6e7ed5b6a95cd8662a7 Mon Sep 17 00:00:00 2001 From: lprv <100177227+lprv@users.noreply.github.com> Date: Sun, 14 Dec 2025 17:53:22 +0000 Subject: [PATCH] [basic.fundamental] Rephrase note --- source/basic.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/basic.tex b/source/basic.tex index a813f68d9c..b1c101f5a1 100644 --- a/source/basic.tex +++ b/source/basic.tex @@ -5544,8 +5544,8 @@ The values of type \keyword{bool} are \keyword{true} and \keyword{false}. \begin{note} -There are no \keyword{signed}, \keyword{unsigned}, -\keyword{short}, or \tcode{\keyword{long} \keyword{bool}} types or values. +The type specifiers \keyword{signed}, \keyword{unsigned}, +\keyword{short}, and \keyword{long} cannot be combined with \keyword{bool}. \end{note} \pnum