Skip to content

Commit 9bfa5de

Browse files
committed
[character.seq] Use \tcode and \placeholder to style placeholders
1 parent 1eeee72 commit 9bfa5de

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/lib-intro.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -759,10 +759,10 @@
759759
\item
760760
A
761761
\term{character sequence}
762-
is an array object~(\ref{dcl.array}) \textit{A} that
762+
is an array object~(\ref{dcl.array}) \tcode{\placeholdernc{A}} that
763763
can be declared as
764-
\tcode{\textit{T A}[\textit{N}]},
765-
where \textit{T} is any of the types
764+
\tcode{\placeholdernc{T\;A}[\placeholder{N}]},
765+
where \tcode{\placeholder{T}} is any of the types
766766
\tcode{char},
767767
\tcode{unsigned char},
768768
or
@@ -774,7 +774,7 @@
774774
array have defined contents up to and including an element determined by some
775775
predicate.
776776
A character sequence can be designated by a pointer value
777-
\textit{S} that points to its first element.
777+
\tcode{\placeholder{S}} that points to its first element.
778778
\end{itemize}
779779

780780
\rSec5[byte.strings]{Byte strings}

0 commit comments

Comments
 (0)