Skip to content

Commit c02512e

Browse files
committed
[mdspan.layout.stride.obs] Add missing parentheses
1 parent 1765844 commit c02512e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/containers.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19852,7 +19852,7 @@
1985219852
\tcode{true} if \tcode{x.extents() == y.extents()} is \tcode{true},
1985319853
\tcode{\exposid{OFFSET}(y) == 0} is \tcode{true}, and
1985419854
each of \tcode{x.stride($r$) == y.stride($r$)} is \tcode{true}
19855-
for $r$ in the range $[0, \tcode{x.extents.rank()})$.
19855+
for $r$ in the range $[0, \tcode{x.extents().rank()})$.
1985619856
Otherwise, \tcode{false}.
1985719857
\end{itemdescr}
1985819858

0 commit comments

Comments
 (0)