Skip to content

Commit e26be95

Browse files
committed
Fix typography of "C." (spacing)
1 parent 898a677 commit e26be95

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

source/compatibility.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
is valid in C, invalid in \Cpp.
109109
This makes it impossible to define
110110
mutually referential file-local static objects, if initializers are
111-
restricted to the syntactic forms of C.
111+
restricted to the syntactic forms of C\@.
112112
For example,
113113

114114
\begin{codeblock}
@@ -788,7 +788,7 @@
788788
\change Whether \mname{STDC} is defined and if so, what its value is, are
789789
implementation-defined
790790
\rationale
791-
\Cpp is not identical to ISO C.
791+
\Cpp is not identical to ISO C\@.
792792
Mandating that \mname{STDC}
793793
be defined would require that translators make an incorrect claim.
794794
Each implementation must choose the behavior that will be most

source/intro.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@
403403
\pnum
404404
Annex~\ref{diff} summarizes the evolution of \Cpp since its first
405405
published description, and explains in detail the differences between
406-
\Cpp and C. Certain features of \Cpp exist solely for compatibility
406+
\Cpp and C\@. Certain features of \Cpp exist solely for compatibility
407407
purposes; Annex~\ref{depr} describes those features.
408408

409409
\pnum

0 commit comments

Comments
 (0)