Skip to content

Commit ef2abfa

Browse files
authored
[basic.fundamental] Format "N" consistently (#8637)
1 parent 0a1bdd5 commit ef2abfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/basic.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5398,7 +5398,7 @@
53985398
there exists a corresponding \defnadj{extended unsigned integer}{type}.
53995399
The standard and extended unsigned integer types
54005400
are collectively called \defnadjx{unsigned integer}{types}{type}.
5401-
An unsigned integer type has the same width \placeholder{N}
5401+
An unsigned integer type has the same width $N$
54025402
as the corresponding signed integer type.
54035403
\indextext{arithmetic!\idxcode{unsigned}}%
54045404
The range of representable values for the unsigned type is
@@ -5444,7 +5444,7 @@
54445444
The width of each standard signed integer type
54455445
shall not be less than the values specified in \tref{basic.fundamental.width}.
54465446
The value representation of a signed or unsigned integer type
5447-
comprises $N$ bits, where N is the respective width.
5447+
comprises $N$ bits, where $N$ is the respective width.
54485448
Each set of values for any padding bits\iref{basic.types.general}
54495449
in the object representation are
54505450
alternative representations of the value specified by the value representation.

0 commit comments

Comments
 (0)