Skip to content

Commit 4e4795e

Browse files
burblebeetkoeppe
authored andcommitted
[mdspan.submdspan.*] Fix punctuation in itemized lists; use ", or".
1 parent 008addc commit 4e4795e

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

source/containers.tex

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21735,10 +21735,10 @@
2173521735
For each rank index $k$ of \tcode{src.extents()},
2173621736
exactly one of the following is true:
2173721737
\begin{itemize}
21738-
\item $S_k$ models \tcode{\libconcept{convertible_to}<IndexType>}
21739-
\item $S_k$ models \tcode{\exposconcept{index-pair-like}<IndexType>}
21740-
\item \tcode{is_convertible_v<$S_k$, full_extent_t>} is \tcode{true}
21741-
\item $S_k$ is a specialization of \tcode{strided_slice}
21738+
\item $S_k$ models \tcode{\libconcept{convertible_to}<IndexType>},
21739+
\item $S_k$ models \tcode{\exposconcept{index-pair-like}<IndexType>},
21740+
\item \tcode{is_convertible_v<$S_k$, full_extent_t>} is \tcode{true}, or
21741+
\item $S_k$ is a specialization of \tcode{strided_slice}.
2174221742
\end{itemize}
2174321743

2174421744
\pnum
@@ -21859,10 +21859,10 @@
2185921859
For each rank index $k$ of \tcode{extents()},
2186021860
exactly one of the following is true:
2186121861
\begin{itemize}
21862-
\item $S_k$ models \tcode{\libconcept{convertible_to}<index_type>}
21863-
\item $S_k$ models \tcode{\exposconcept{index-pair-like}<index_type>}
21864-
\item \tcode{is_convertible_v<$S_k$, full_extent_t>} is \tcode{true}
21865-
\item $S_k$ is a specialization of \tcode{strided_slice}
21862+
\item $S_k$ models \tcode{\libconcept{convertible_to}<index_type>},
21863+
\item $S_k$ models \tcode{\exposconcept{index-pair-like}<index_type>},
21864+
\item \tcode{is_convertible_v<$S_k$, full_extent_t>} is \tcode{true}, or
21865+
\item $S_k$ is a specialization of \tcode{strided_slice}.
2186621866
\end{itemize}
2186721867

2186821868
\pnum
@@ -22020,10 +22020,10 @@
2202022020
For each rank index $k$ of \tcode{src.extents()},
2202122021
exactly one of the following is true:
2202222022
\begin{itemize}
22023-
\item $S_k$ models \tcode{\libconcept{convertible_to}<index_type>}
22024-
\item $S_k$ models \tcode{\exposconcept{index-pair-like}<index_type>}
22025-
\item \tcode{is_convertible_v<$S_k$, full_extent_t>} is \tcode{true}
22026-
\item $S_k$ is a specialization of \tcode{strided_slice}
22023+
\item $S_k$ models \tcode{\libconcept{convertible_to}<index_type>},
22024+
\item $S_k$ models \tcode{\exposconcept{index-pair-like}<index_type>},
22025+
\item \tcode{is_convertible_v<$S_k$, full_extent_t>} is \tcode{true}, or
22026+
\item $S_k$ is a specialization of \tcode{strided_slice}.
2202722027
\end{itemize}
2202822028
\end{itemize}
2202922029

0 commit comments

Comments
 (0)