Skip to content

Commit c426636

Browse files
committed
[span.syn] Fix formatting of comment in header synopsis
1 parent 633178f commit c426636

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
@@ -14307,7 +14307,7 @@
1430714307
// constants
1430814308
inline constexpr size_t @\libglobal{dynamic_extent}@ = numeric_limits<size_t>::max();
1430914309

14310-
// \ref{views.span}, class template span
14310+
// \ref{views.span}, class template \tcode{span}
1431114311
template<class ElementType, size_t Extent = dynamic_extent>
1431214312
class span;
1431314313

0 commit comments

Comments
 (0)