Skip to content

Commit eb44339

Browse files
opensdhzygoloid
authored andcommitted
[module.reach], [over.ics.rank] Fix punctuation
1 parent 5aa019b commit eb44339

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/modules.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,7 @@
908908

909909
\pnum
910910
A declaration $D$ is
911-
\defnx{reachable}{reachable!declaration}, if,
911+
\defnx{reachable}{reachable!declaration} if,
912912
for any point $P$ in the
913913
instantiation context\iref{module.context},
914914
\begin{itemize}

source/overloading.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2920,7 +2920,7 @@
29202920
\tcode{S1} and \tcode{S2} differ only
29212921
in their qualification conversion\iref{conv.qual} and
29222922
yield similar types \tcode{T1} and \tcode{T2}, respectively,
2923-
where \tcode{T1} can be converted to \tcode{T2} by a qualification conversion
2923+
where \tcode{T1} can be converted to \tcode{T2} by a qualification conversion.
29242924
\begin{example}
29252925
\begin{codeblock}
29262926
int f(const volatile int *);

0 commit comments

Comments
 (0)