diff --git a/source/algorithms.tex b/source/algorithms.tex index a30ec42457..47c254bcce 100644 --- a/source/algorithms.tex +++ b/source/algorithms.tex @@ -1197,7 +1197,7 @@ Proj1 proj1 = {}, Proj2 proj2 = {}); // freestanding-deleted } - // \ref{alg.find.first.of}, find first + // \ref{alg.find.first.of}, find first of template constexpr InputIterator find_first_of(InputIterator first1, InputIterator last1, @@ -5215,7 +5215,7 @@ applications of the corresponding predicate and any projections. \end{itemdescr} -\rSec2[alg.find.first.of]{Find first} +\rSec2[alg.find.first.of]{Find first of} \indexlibraryglobal{find_first_of}% \begin{itemdecl}