Skip to content

Commit e4e0cc6

Browse files
Johannes Lairezygoloid
authored andcommitted
[intro.scope, namespace.udecl, temp.deduct.type] Avoid "and so" (#1030)
* [intro.scope] Change "and so" to "so" * [namespace.udecl] Rephrase a sentence * [temp.deduct.type] Change "and so" to "so"
1 parent a5e70c6 commit e4e0cc6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

source/declarations.tex

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

26982698
\pnum
26992699
Every \grammarterm{using-declaration} is a \grammarterm{declaration} and a
2700-
\grammarterm{member-declaration} and so can be used in a class definition.
2700+
\grammarterm{member-declaration} and can therefore be used in a class definition.
27012701
\begin{example}
27022702

27032703
\begin{codeblock}

source/intro.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
\indextext{scope|(}%
3232
This International Standard specifies requirements for implementations
3333
of the \Cpp programming language. The first such requirement is that
34-
they implement the language, and so this International Standard also
34+
they implement the language, so this International Standard also
3535
defines \Cpp. Other requirements and relaxations of the first
3636
requirement appear at various places within this International Standard.
3737

source/templates.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6846,7 +6846,7 @@
68466846
\begin{note}
68476847
Under \ref{temp.deduct.call} and \ref{temp.deduct.partial},
68486848
if \tcode{P} contains no \grammarterm{template-parameter}{s} that appear
6849-
in deduced contexts, no deduction is done, and so \tcode{P} and \tcode{A}
6849+
in deduced contexts, no deduction is done, so \tcode{P} and \tcode{A}
68506850
need not have the same form.
68516851
\end{note}
68526852

0 commit comments

Comments
 (0)