Skip to content

Commit e22fff1

Browse files
tcbrindletkoeppe
authored andcommitted
[span.overview] Fix typo (#2059)
nnamespace -> namespace
1 parent e0bfc3c commit e22fff1

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
@@ -9759,7 +9759,7 @@
97599759

97609760
\indexlibrary{\idxcode{span}}%
97619761
\begin{codeblock}
9762-
nnamespace std {
9762+
namespace std {
97639763
template<class ElementType, ptrdiff_t Extent = dynamic_extent>
97649764
class span {
97659765
public:

0 commit comments

Comments
 (0)