Skip to content

Commit

Permalink
[inplace.vector.modifiers] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hewillk authored and tkoeppe committed Jul 26, 2024
1 parent be25cad commit e0fe4a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/containers.tex
Original file line number Diff line number Diff line change
Expand Up @@ -9951,7 +9951,7 @@
\begin{itemize}
\item \tcode{std::forward<Args>(args)...} for the first overload,
\item \tcode{x} for the second overload,
\item \tcode{set::move(x)} for the third overload.
\item \tcode{std::move(x)} for the third overload.
\end{itemize}

\pnum
Expand Down

0 comments on commit e0fe4a3

Please sign in to comment.