Skip to content

Commit bf43925

Browse files
authored
[mdspan.layout.left.cons] Fix typo (#7360)
1 parent 324f564 commit bf43925

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
@@ -20760,7 +20760,7 @@
2076020760

2076120761
\indexlibraryctor{layout_left::mapping}%
2076220762
\begin{itemdecl}
20763-
template<class OtherExents>
20763+
template<class OtherExtents>
2076420764
constexpr explicit(!is_convertible_v<OtherExtents, extents_type>)
2076520765
mapping(const layout_right::mapping<OtherExtents>& other) noexcept;
2076620766
\end{itemdecl}

0 commit comments

Comments
 (0)