Skip to content

Commit 6209ca1

Browse files
jensmaurertkoeppe
authored andcommitted
[locale] Remove class name repeated in subheadings (#1932)
1 parent 296a415 commit 6209ca1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/locales.tex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@
279279
thread. If there is a single global locale object for the entire program,
280280
implementations are not required to avoid data races on it\iref{res.on.data.races}.
281281

282-
\rSec3[locale.types]{\tcode{locale} types}
282+
\rSec3[locale.types]{Types}
283283

284284

285285
\rSec4[locale.category]{Type \tcode{locale::category}}
@@ -572,7 +572,7 @@
572572
This depends only on static storage being zero before constructors run\iref{basic.start.static}.
573573
\end{note}
574574

575-
\rSec3[locale.cons]{\tcode{locale} constructors and destructor}
575+
\rSec3[locale.cons]{Constructors and destructor}
576576

577577
\indexlibrary{\idxcode{locale}!constructor}%
578578
\begin{itemdecl}
@@ -743,7 +743,7 @@
743743
A non-virtual destructor that throws no exceptions.
744744
\end{itemdescr}
745745

746-
\rSec3[locale.members]{\tcode{locale} members}
746+
\rSec3[locale.members]{Members}
747747

748748
\indexlibrarymember{locale}{combine}%
749749
\begin{itemdecl}
@@ -790,7 +790,7 @@
790790
if it has one; otherwise, the string \tcode{"*"}.
791791
\end{itemdescr}
792792

793-
\rSec3[locale.operators]{\tcode{locale} operators}
793+
\rSec3[locale.operators]{Operators}
794794

795795
\indexlibrarymember{locale}{operator==}%
796796
\begin{itemdecl}
@@ -859,7 +859,7 @@
859859
\end{example}
860860
\end{itemdescr}
861861

862-
\rSec3[locale.statics]{\tcode{locale} static members}
862+
\rSec3[locale.statics]{Static members}
863863

864864
\indexlibrarymember{locale}{global}%
865865
\begin{itemdecl}

0 commit comments

Comments
 (0)