Skip to content

Commit 16c8ce5

Browse files
authored
[mdspan.submdspan.extents] Format equations as math (#6530)
1 parent 26b1414 commit 16c8ce5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/containers.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21757,8 +21757,8 @@
2175721757
\item
2175821758
if $S_k$ is a specialization of \tcode{strided_slice}
2175921759
\begin{itemize}
21760-
\item $\tcode{$s_k$.extent = 0}$, or
21761-
\item $\tcode{$s_k$.stride > 0}$
21760+
\item $\tcode{$s_k$.extent} = 0$, or
21761+
\item $\tcode{$s_k$.stride} > 0$
2176221762
\end{itemize}
2176321763
\item
2176421764
$0 \le \tcode{\exposid{first_}<IndexType, $k$>(slices...)}$

0 commit comments

Comments
 (0)