We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f731f30 commit ba59ef5Copy full SHA for ba59ef5
source/algorithms.tex
@@ -1197,7 +1197,7 @@
1197
Proj1 proj1 = {}, Proj2 proj2 = {}); // freestanding-deleted
1198
}
1199
1200
- // \ref{alg.find.first.of}, find first
+ // \ref{alg.find.first.of}, find first of
1201
template<class InputIterator, class ForwardIterator>
1202
constexpr InputIterator
1203
find_first_of(InputIterator first1, InputIterator last1,
@@ -5215,7 +5215,7 @@
5215
applications of the corresponding predicate and any projections.
5216
\end{itemdescr}
5217
5218
-\rSec2[alg.find.first.of]{Find first}
+\rSec2[alg.find.first.of]{Find first of}
5219
5220
\indexlibraryglobal{find_first_of}%
5221
\begin{itemdecl}
0 commit comments