Skip to content

Commit 6d6cbdf

Browse files
authored
[cpp.embed.gen] Fix italics around "implementation-resource-width" (#7755)
1 parent 8ca4bec commit 6d6cbdf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/preprocessor.tex

+3-3
Original file line numberDiff line numberDiff line change
@@ -882,13 +882,13 @@
882882

883883
\pnum
884884
A resource is a source of data accessible from the translation environment.
885-
A resource has an \gterm{implementation-resource-width}, which is the
885+
A resource has an \defn{implementation-resource-width}, which is the
886886
\impldef{size in bits of a resource}
887887
size in bits of the resource.
888-
If the \gterm{implementation-resource-width} is not an integral multiple of
888+
If the implementation-resource-width is not an integral multiple of
889889
\libmacro{CHAR_BIT}, the program is ill-formed.
890890
Let \defn{implementation-resource-count} be
891-
\gterm{implementation-resource-width} divided by \libmacro{CHAR_BIT}.
891+
implementation-resource-width divided by \libmacro{CHAR_BIT}.
892892
Every resource also has a \defn{resource-count}, which is
893893

894894
\begin{itemize}

0 commit comments

Comments
 (0)