We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e70d9d6 commit 6ba0dc9Copy full SHA for 6ba0dc9
source/basic.tex
@@ -3103,11 +3103,10 @@
3103
The number of bits in a byte is reported by the macro
3104
\tcode{CHAR_BIT} in the header \libheaderref{climits}.
3105
\end{footnote}
3106
-the number of which is \impldef{bits in a byte}. The least
3107
-significant bit is called the \defn{low-order bit}; the most
3108
-significant bit is called the \defn{high-order bit}. The memory
3109
-available to a \Cpp{} program consists of one or more sequences of
3110
-contiguous bytes. Every byte has a unique address.
+the number of which is \impldef{bits in a byte}.
+The memory available to a \Cpp{} program consists of one or more sequences of
+contiguous bytes.
+Every byte has a unique address.
3111
3112
\pnum
3113
\begin{note}
0 commit comments