doc: fix typo

This commit is contained in:
Michele Caini
2023-02-23 16:04:41 +01:00
parent 631c55ba92
commit 207b7674ae

View File

@@ -1118,7 +1118,6 @@ public:
* @tparam It Type of mutable forward iterator.
* @param first An iterator to the first element of the range to generate.
* @param last An iterator past the last element of the range to generate.
* @return Iterator pointing to the first entity inserted, if any.
*/
template<typename It>
void insert(It first, It last) {