Skip to content

Commit 616405f

Browse files
Eelistkoeppe
authored andcommitted
[class.temporary, temp.inst, temp.dep, temp.res] Capitalize some sentences.
1 parent 560e5f5 commit 616405f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

source/special.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@
659659
S obj2;
660660
\end{codeblock}
661661

662-
the expression
662+
The expression
663663
\tcode{S(16) + S(23)}
664664
creates three temporaries:
665665
a first temporary

source/templates.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4260,7 +4260,7 @@
42604260
};
42614261
\end{codeblock}
42624262

4263-
in the example,
4263+
In the example,
42644264
\tcode{i}
42654265
is the local variable
42664266
\tcode{i}
@@ -4604,7 +4604,7 @@
46044604
};
46054605
\end{codeblock}
46064606

4607-
the base class name
4607+
The base class name
46084608
\tcode{B<T>},
46094609
the type name
46104610
\tcode{T::A},
@@ -5847,7 +5847,7 @@
58475847
}
58485848
\end{codeblock}
58495849

5850-
a call of
5850+
A call of
58515851
\tcode{lt.get()}
58525852
from
58535853
\tcode{Map<const char*,int>::get()}

0 commit comments

Comments
 (0)