Skip to content

Commit 7f7e757

Browse files
committed
Change a few stray headings to sentence case
Fixes #1200 and #1201.
1 parent 32026a5 commit 7f7e757

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

source/compatibility.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1279,7 +1279,7 @@
12791279
binary representation of the required template specializations of
12801280
\tcode{std::complex} may not be compatible with this International Standard.
12811281

1282-
\rSec2[diff.cpp03.input.output]{Clause \ref{input.output}: Input/output library}
1282+
\rSec2[diff.cpp03.input.output]{Clause \ref{input.output}: input/output library}
12831283

12841284
\ref{istream::sentry},
12851285
\ref{ostream::sentry},
@@ -1667,7 +1667,7 @@
16671667
Valid \CppXIV code that uses such a top-level namespace,
16681668
e.g., \tcode{std2}, may be invalid in this International Standard.
16691669

1670-
\rSec2[diff.cpp14.utilities]{Clause \ref{utilities}: General utilities library}
1670+
\rSec2[diff.cpp14.utilities]{Clause \ref{utilities}: general utilities library}
16711671

16721672
\ref{func.wrap}
16731673
\change Constructors taking allocators removed.

source/future.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2001,7 +2001,7 @@
20012001
Nothing.
20022002
\end{itemdescr}
20032003

2004-
\rSec1[depr.meta.types]{Deprecated Type Traits}
2004+
\rSec1[depr.meta.types]{Deprecated type traits}
20052005

20062006
\pnum
20072007
The header
@@ -2028,7 +2028,7 @@
20282028
\tcode{T} is a literal type~(\ref{basic.types}), and a base-characteristic of
20292029
\tcode{false_type} otherwise.
20302030

2031-
\rSec1[depr.iterator.primitives]{Deprecated Iterator primitives}
2031+
\rSec1[depr.iterator.primitives]{Deprecated iterator primitives}
20322032

20332033
\rSec2[depr.iterator.basic]{Basic iterator}
20342034

source/iostreams.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14735,7 +14735,7 @@
1473514735
\end{example}
1473614736
\end{itemdescr}
1473714737

14738-
\rSec3[fs.op.weakly_canonical]{Weakly Canonical}
14738+
\rSec3[fs.op.weakly_canonical]{Weakly canonical}
1473914739

1474014740
\indexlibrary{\idxcode{weakly_canonical}}%
1474114741
\begin{itemdecl}

source/threads.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
the implementation as specified in~\ref{time.clock} do not throw exceptions.
140140
\end{note}
141141

142-
\rSec2[thread.req.lockable]{Requirements for Lockable types}
142+
\rSec2[thread.req.lockable]{Requirements for \tcode{Lockable} types}
143143

144144
\rSec3[thread.req.lockable.general]{In general}
145145

0 commit comments

Comments
 (0)