Skip to content

Commit ec9f102

Browse files
committed
[cinttypes.syn] Add missing 'the', capitalize sentence
1 parent fca72ba commit ec9f102

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

source/iostreams.tex

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15004,15 +15004,13 @@
1500415004
\indexlibrary{\idxhdr{inttypes.h}}%
1500515005
\indextext{\idxhdr{cinttypes}}%
1500615006
\indexlibrary{\idxhdr{cinttypes}}%
15007-
The contents and meaning of header \tcode{<cinttypes>}
15007+
The contents and meaning of the header \tcode{<cinttypes>}
1500815008
are the same as the C standard library header \tcode{<inttypes.h>},
1500915009
with the following changes:
15010-
1501115010
\begin{itemize}
1501215011
\item
15013-
the header \tcode{<cinttypes>} includes the header \tcode{<cstdint>} instead
15012+
The header \tcode{<cinttypes>} includes the header \tcode{<cstdint>} instead
1501415013
of \tcode{<stdint.h>}, and
15015-
1501615014
\item
1501715015
if and only if the type \tcode{intmax_t} designates an extended integer
1501815016
type~(\ref{basic.fundamental}), the following function signatures are added:

0 commit comments

Comments
 (0)