Skip to content

Commit 2e864c7

Browse files
committed
Avoid nested dollar math.
Because cxxdraft-htmlgen does not support it.
1 parent b51705c commit 2e864c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/containers.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -18475,7 +18475,7 @@
1847518475

1847618476
\pnum
1847718477
An integer $r$ is a \defn{rank index} of an index space $S$
18478-
if $r$ is in the range $[0, \text{rank of $S$})$.
18478+
if $r$ is in the range $[0, \text{rank of }S)$.
1847918479

1848018480
\pnum
1848118481
A pack of integers \tcode{idx} is

0 commit comments

Comments
 (0)