Skip to content

Commit 54da2aa

Browse files
committed
[conv.qual] Fix punctuation in bulleted list.
1 parent ab4f873 commit 54da2aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/expressions.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -749,14 +749,14 @@
749749
\begin{itemize}
750750
\item
751751
for every $i > 0$, $\cv{}^3_i$ is the union of
752-
$\cv{}^1_i$ and $\cv{}^2_i$;
752+
$\cv{}^1_i$ and $\cv{}^2_i$,
753753
\item
754754
if either $P^1_i$ or $P^2_i$ is ``array of unknown bound of'',
755-
$P^3_i$ is ``array of unknown bound of'', otherwise it is $P^1_i$;
755+
$P^3_i$ is ``array of unknown bound of'', otherwise it is $P^1_i$, and
756756
\item
757757
if the resulting $\cv{}^3_i$ is different from $\cv{}^1_i$ or $\cv{}^2_i$,
758758
or the resulting $P^3_i$ is different from $P^1_i$ or $P^2_i$,
759-
then \tcode{const} is added to every $\cv{}^3_k$ for $0 < k < i$.
759+
then \tcode{const} is added to every $\cv{}^3_k$ for $0 < k < i$,
760760
\end{itemize}
761761
where $\cv{}^j_i$ and $P^j_i$ are the components of
762762
the cv-decomposition of $\tcode{T}j$.

0 commit comments

Comments
 (0)