Skip to content

Commit e728746

Browse files
committed
[container.requirements] Improve punctuation of list items.
It is still odd to have semicolons in the middle of the first list, but at least this change makes the overall punctuation somewhat more correct.
1 parent 49eab1d commit e728746

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

source/containers.tex

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1718,16 +1718,16 @@
17181718
\item
17191719
\tcode{ke} is a value such that \tcode{a} is partitioned with respect to
17201720
\tcode{c(r, ke)} and \tcode{!c(ke, r)}, with \tcode{c(r, ke)} implying
1721-
\tcode{!c(ke, r)}.
1721+
\tcode{!c(ke, r)};
17221722
\item
17231723
\tcode{kx} is a value such that
17241724
\begin{itemize}
17251725
\item
17261726
\tcode{a} is partitioned with respect to \tcode{c(r, rx)} and \tcode{!c(kx, r)},
1727-
with \tcode{c(r, kx)} implying \tcode{!c(kx, r)}
1727+
with \tcode{c(r, kx)} implying \tcode{!c(kx, r)}, and
17281728
\item
17291729
\tcode{kx} is not convertible to
1730-
either \tcode{iterator} or \tcode{const_iterator},
1730+
either \tcode{iterator} or \tcode{const_iterator}; and
17311731
\end{itemize}
17321732
\item
17331733
\tcode{A} denotes the storage allocator used by \tcode{X}, if any, or \tcode{allocator<X::value_type>} otherwise,
@@ -2453,9 +2453,9 @@
24532453
\item
24542454
\tcode{ke} is a value such that
24552455
\begin{itemize}
2456-
\item \tcode{eq(r1, ke) == eq(ke, r1)}
2456+
\item \tcode{eq(r1, ke) == eq(ke, r1)},
24572457
\item \tcode{hf(r1) == hf(ke)} if \tcode{eq(r1, ke)} is \tcode{true}, and
2458-
\item \tcode{(eq(r1, ke) \&\& eq(r1, r2)) == eq(r2, ke)}
2458+
\item \tcode{(eq(r1, ke) \&\& eq(r1, r2)) == eq(r2, ke)},
24592459
\end{itemize}
24602460
where \tcode{r1} and \tcode{r2} are keys of elements in \tcode{a_tran},
24612461
\item
@@ -2465,7 +2465,7 @@
24652465
\item \tcode{hf(r1) == hf(kx)} if \tcode{eq(r1, kx)} is \tcode{true},
24662466
\item \tcode{(eq(r1, kx) \&\& eq(r1, r2)) == eq(r2, kx)}, and
24672467
\item \tcode{kx} is not convertible to
2468-
either \tcode{iterator} or \tcode{const_iterator}
2468+
either \tcode{iterator} or \tcode{const_iterator},
24692469
\end{itemize}
24702470
where \tcode{r1} and \tcode{r2} are keys of elements in \tcode{a_tran},
24712471
\item

0 commit comments

Comments
 (0)