Skip to content

Commit 45fda70

Browse files
authored
[range.utility.conv.general] Fix typo
1 parent c82e95c commit 45fda70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: source/ranges.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -2268,10 +2268,10 @@
22682268
\end{codeblock}
22692269

22702270
\pnum
2271-
Let \exposid{container-appendable} be defined as follows:
2271+
Let \exposid{container-append} be defined as follows:
22722272
\begin{codeblock}
22732273
template<class Ref, class Container>
2274-
constexpr auto @\exposid{container-appendable}@(Container& c) { // \expos
2274+
constexpr auto @\exposid{container-append}@(Container& c) { // \expos
22752275
return [&c]<class Ref>(Ref&& ref) {
22762276
if constexpr (requires { c.emplace_back(declval<Ref>()); })
22772277
c.emplace_back(std::forward<Ref>(ref));

0 commit comments

Comments
 (0)