Skip to content

Commit 92de599

Browse files
committed
[unord.req.general] Fix garbled end of sentence
This was an editorial mistake introduced by the transformation of the requirement tables into regular paragraphs. Fixes NB US 100 (C++23 CD).
1 parent 3e825f1 commit 92de599

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
@@ -4796,7 +4796,7 @@
47964796
\pnum
47974797
\effects
47984798
Inserts a \tcode{value_type} object \tcode{t}
4799-
constructed with \tcode{std::forward<Args>(args)...} and
4799+
constructed with \tcode{std::forward<Args>(args)...}.
48004800

48014801
\pnum
48024802
\returns

0 commit comments

Comments
 (0)