Skip to content

Commit 77c2f53

Browse files
authored
[basic.fundamental] Change placeholder to math font (#8199)
1 parent d1ea8ea commit 77c2f53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/basic.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5318,7 +5318,7 @@
53185318
\defnadjx{signed integer}{types}{type}.
53195319
The range of representable values for a signed integer type is
53205320
$-2^{N-1}$ to $2^{N-1}-1$ (inclusive),
5321-
where \placeholder{N} is called the \defn{width} of the type.
5321+
where $N$ is called the \defn{width} of the type.
53225322
\indextext{integral type!implementation-defined \tcode{sizeof}}%
53235323
\begin{note}
53245324
Plain \tcode{int}s are intended to have

0 commit comments

Comments
 (0)