Skip to content

Commit 36a1f39

Browse files
authored
[forward.list] Replace misplaced comma with period (#7246)
1 parent e010cf6 commit 36a1f39

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
@@ -7011,7 +7011,7 @@
70117011
A \tcode{forward_list} meets all of the requirements
70127012
of a container\iref{container.reqmts},
70137013
except that the \tcode{size()} member function is not provided and
7014-
\tcode{operator==} has linear complexity,
7014+
\tcode{operator==} has linear complexity.
70157015
A \tcode{forward_list} also meets all of the requirements
70167016
for an allocator-aware container\iref{container.alloc.reqmts}.
70177017
In addition, a \tcode{forward_list}

0 commit comments

Comments
 (0)