doc: minor changes

This commit is contained in:
Michele Caini
2024-02-26 09:18:27 +01:00
parent 84e4b8c3a0
commit 4e5b6de873

View File

@@ -804,8 +804,7 @@ public:
* @tparam It Type of input iterator.
* @param first An iterator to the first element of the range of entities.
* @param last An iterator past the last element of the range of entities.
* @return Iterator pointing to the first element inserted in case of
* success, the `end()` iterator otherwise.
* @return Iterator pointing to the first element inserted, if any.
*/
template<typename It>
iterator push(It first, It last) {